[webkit-reviews] review granted: [Bug 126547] Hook up the RemoteScrollingCoordinator : [Attachment 220468] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 6 16:29:32 PST 2014


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 126547: Hook up the RemoteScrollingCoordinator
https://bugs.webkit.org/show_bug.cgi?id=126547

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

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=220468&action=review


> Source/WebKit2/Shared/Scrolling/RemoteScrollingCoordinatorTransaction.cpp:242

> +	   encoder << Vector<ScrollingNodeID>();

why?

> Source/WebKit2/UIProcess/WebPageProxy.cpp:1245
> +    if (m_scrollingCoordinatorProxy &&
m_scrollingCoordinatorProxy->handleWheelEvent(platform(event)))

should this be in an #if too?


More information about the webkit-reviews mailing list