Hook up the RemoteScrollingCoordinator
Created attachment 220468 [details] Patch
Comment on attachment 220468 [details] Patch 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?
https://trac.webkit.org/r161387