[webkit-reviews] review granted: [Bug 133139] Garbage when rubber-banding at the right edge of a page zoomed to non-integral scale. : [Attachment 231809] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 20 20:44:32 PDT 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Zalan Bujtas
<zalan at apple.com>'s request for review:
Bug 133139: Garbage when rubber-banding at the right edge of a page zoomed to
non-integral scale.
https://bugs.webkit.org/show_bug.cgi?id=133139

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=231809&action=review


> Source/WebCore/rendering/RenderLayerBacking.cpp:2325
> +    return !(m_owningLayer.isRootLayer() &&
renderer().frame().isMainFrame());

I think you should just return m_usingTiledCacheLayer.


More information about the webkit-reviews mailing list