[webkit-reviews] review granted: [Bug 58330] Page tears and stutters in WebKit2 when page is > 2048 pixels wide : [Attachment 89215] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 12 10:41:04 PDT 2011
Simon Fraser (smfr) <simon.fraser at apple.com> has granted Chris Marrin
<cmarrin at apple.com>'s request for review:
Bug 58330: Page tears and stutters in WebKit2 when page is > 2048 pixels wide
https://bugs.webkit.org/show_bug.cgi?id=58330
Attachment 89215: Patch
https://bugs.webkit.org/attachment.cgi?id=89215&action=review
------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=89215&action=review
> Source/WebCore/platform/graphics/GraphicsLayer.h:263
> + bool allowTiledLayer() const { return m_allowTiledLayer; }
> + virtual void setAllowTiledLayer(bool b) { m_allowTiledLayer = b; }
Previous to this, knowledge of tiled layers was hidden in GraphicsLayerCA. I
think these methods should be on GraphicsLayerCA, and LayerTreeHost should
cast.
More information about the webkit-reviews
mailing list