[webkit-reviews] review granted: [Bug 81462] [chromium] Implement fling-by-wheel on compositor thread : [Attachment 132636] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 14:02:38 PDT 2012


Adrienne Walker <enne at google.com> has granted James Robinson
<jamesr at chromium.org>'s request for review:
Bug 81462: [chromium] Implement fling-by-wheel on compositor thread
https://bugs.webkit.org/show_bug.cgi?id=81462

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

------- Additional Comments from Adrienne Walker <enne at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=132636&action=review


R=me.

> Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp:179
> +	       TRACE_EVENT_INSTANT2("cc",
"WebCompositorInputHandlerImpl::handleInput wheel scroll", "deltaX",
-wheelEvent.deltaX, "deltaY", -wheelEvent.deltaY);

Ooh, good thinking in adding trace events in this last patch.  That'll make
debugging any problems from input a lot easier.


More information about the webkit-reviews mailing list