[webkit-reviews] review granted: [Bug 95323] Enable/disable composited scrolling based on overflow : [Attachment 161229] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 11:42:47 PDT 2012


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Sami Kyöstilä
<skyostil at chromium.org>'s request for review:
Bug 95323: Enable/disable composited scrolling based on overflow
https://bugs.webkit.org/show_bug.cgi?id=95323

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

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


> Source/WebCore/rendering/RenderLayer.cpp:2649
> +    if (renderer()->view() &&
compositor()->updateLayerCompositingState(this))
> +	   compositor()->setCompositingLayersNeedRebuild();

I wish we could do partial tree updates :(


More information about the webkit-reviews mailing list