[webkit-reviews] review granted: [Bug 77840] The scrolling tree should be aware of any wheel event handlers on the page : [Attachment 125542] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 16:42:23 PST 2012


Andreas Kling <kling at webkit.org> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 77840: The scrolling tree should be aware of any wheel event handlers on
the page
https://bugs.webkit.org/show_bug.cgi?id=77840

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

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


r=me with cr build fixed.

> Source/WebCore/page/scrolling/ScrollingTree.cpp:92
> +    if (scrollingTreeState->changedProperties() |
ScrollingTreeState::WheelEventHandlerCount) {

You want & here.


More information about the webkit-reviews mailing list