Bug 194781

Summary: [iOS] Find a way to remove the paint rect workaround from RenderBox::paintBoxDecorations() and RenderElement::paintOutline()
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, simon.fraser, timothy, zalan
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=193599

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.