[webkit-reviews] review granted: [Bug 135977] REGRESSION: Parts of the route/route options windows are invisible at maps.google.com : [Attachment 236670] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 15 12:57:16 PDT 2014


Andreas Kling <akling at apple.com> has granted Zalan Bujtas <zalan at apple.com>'s
request for review:
Bug 135977: REGRESSION: Parts of the route/route options windows are invisible
at maps.google.com
https://bugs.webkit.org/show_bug.cgi?id=135977

Attachment 236670: Patch
https://bugs.webkit.org/attachment.cgi?id=236670&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=236670&action=review


r=me

> Source/WebCore/rendering/style/RenderStyle.cpp:822
> +    if (isComposited && changeRequiresLayerRepaint(&style,
changedContextSensitiveProperties))
> +	   return changedContextSensitiveProperties &
ContextSensitivePropertyClipRect;

Ideally this should probably cover more than just the clip rect case, but we
can stick with a targeted fix for now.


More information about the webkit-reviews mailing list