Bug 126730

Summary: Enable async scrolling for iOS
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, benjamin, cmarcelo, commit-queue, jamesr, luiz, sam, simon.fraser, thorton, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch with project file changes thorton: review+

Description Simon Fraser (smfr) 2014-01-09 16:59:46 PST
Enable async scrolling for iOS
Comment 1 Simon Fraser (smfr) 2014-01-09 17:04:13 PST
Created attachment 220790 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-01-09 17:24:48 PST
Created attachment 220792 [details]
Patch with project file changes
Comment 3 Tim Horton 2014-01-09 17:27:44 PST
Comment on attachment 220792 [details]
Patch with project file changes

View in context: https://bugs.webkit.org/attachment.cgi?id=220792&action=review

> Source/WebCore/page/scrolling/ios/ScrollingCoordinatorIOS.mm:105
> +    // FIXME: figure out how to commit.
> +//    ScrollingThread::dispatch(bind(&ThreadedScrollingTree::commitNewTreeState, toThreadedScrollingTree(scrollingTree()), treeState.release()));

?!?
Comment 4 Simon Fraser (smfr) 2014-01-09 17:35:15 PST
https://trac.webkit.org/r161610