NEW 194781
[iOS] Find a way to remove the paint rect workaround from RenderBox::paintBoxDecorations() and RenderElement::paintOutline()
https://bugs.webkit.org/show_bug.cgi?id=194781
Summary [iOS] Find a way to remove the paint rect workaround from RenderBox::paintBox...
Daniel Bates
Reported 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().
Attachments
Daniel Bates
Comment 1 2019-02-18 12:16:34 PST
Code moved to RenderThemeIOS::adjustPaintRect(). Can we do better?
Daniel Bates
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.