Bug 126547 - Hook up the RemoteScrollingCoordinator
Summary: Hook up the RemoteScrollingCoordinator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-06 16:17 PST by Simon Fraser (smfr)
Modified: 2014-01-06 16:53 PST (History)
7 users (show)

See Also:


Attachments
Patch (26.65 KB, patch)
2014-01-06 16:23 PST, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2014-01-06 16:17:07 PST
Hook up the RemoteScrollingCoordinator
Comment 1 Simon Fraser (smfr) 2014-01-06 16:23:48 PST
Created attachment 220468 [details]
Patch
Comment 2 Tim Horton 2014-01-06 16:27:19 PST
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?
Comment 3 Simon Fraser (smfr) 2014-01-06 16:53:48 PST
https://trac.webkit.org/r161387