Bug 194781 - [iOS] Find a way to remove the paint rect workaround from RenderBox::paintBoxDecorations() and RenderElement::paintOutline()
Summary: [iOS] Find a way to remove the paint rect workaround from RenderBox::paintBox...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-18 10:47 PST by Daniel Bates
Modified: 2019-02-18 14:53 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2019-02-18 10:47:48 PST
Find a way to fix up the painting code on iOS to avoid the need to adjust the paint rect in RenderBox::paintBoxDecorations() and RenderElement::paintOutline().
Comment 1 Daniel Bates 2019-02-18 12:16:34 PST
Code moved to RenderThemeIOS::adjustPaintRect(). Can we do better?
Comment 2 Daniel Bates 2019-02-18 14:53:43 PST
(In reply to Daniel Bates from comment #1)
> Code moved to RenderThemeIOS::adjustPaintRect(). Can we do better?

Simon and Alan changed their minds. Code will not be moved to theme for now. Will duplicate.