Bug 133702

Summary: [iOS][WK2] ScrollingTreeOverflowScrollingNode does not use asynchronous touch dispatch
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, cmarcelo, commit-queue, jamesr, luiz, simon.fraser, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Benjamin Poulain 2014-06-10 15:40:56 PDT
[iOS][WK2] ScrollingTreeOverflowScrollingNode does not use asynchronous touch dispatch
Comment 1 Benjamin Poulain 2014-06-10 15:43:58 PDT
Created attachment 232822 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-06-10 16:50:19 PDT
Comment on attachment 232822 [details]
Patch

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

> Source/WebKit2/UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.h:48
> +

Extra line.

> Source/WebKit2/UIProcess/ios/PageClientImplIOS.mm:533
> +    [m_contentView willStartPanOrPinchGesture];

The name of the content view method doesn't communicate that it might be some inner UIScrollView that will begin a pan or pinch, so perhaps it needs a better name.
Comment 3 Benjamin Poulain 2014-06-10 20:53:44 PDT
Committed r169791: <http://trac.webkit.org/changeset/169791>