[webkit-reviews] review granted: [Bug 100524] Allow painting outside overflow clip in accelerated scrolling layers : [Attachment 173916] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 10:38:04 PST 2012


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Sami Kyöstilä
<skyostil at chromium.org>'s request for review:
Bug 100524: Allow painting outside overflow clip in accelerated scrolling
layers
https://bugs.webkit.org/show_bug.cgi?id=100524

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

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


> Source/WebCore/rendering/RenderBox.cpp:622
> +    return hasOverflowClip() && layer() &&
layer()->usesCompositedScrolling();

use hasLayer() (it's a bit-check).


More information about the webkit-reviews mailing list