| Index: third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| index f9f5903a8327e4b9fdca58f17d11cc5dccd9aa5e..b95f21860cf92b5fbf9859b76cfcfeb6804be45f 100644
|
| --- a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| @@ -329,7 +329,7 @@ void TouchActionTest::sendTouchEvent(WebView* webView, WebInputEvent::Type type,
|
| WebTouchEvent webTouchEvent;
|
| webTouchEvent.type = type;
|
| if (type == WebInputEvent::TouchCancel)
|
| - webTouchEvent.cancelable = false;
|
| + webTouchEvent.dispatchType = WebInputEvent::NonBlocking;
|
| webTouchEvent.touchesLength = 1;
|
| webTouchEvent.touches[0].state = (type == WebInputEvent::TouchStart ?
|
| WebTouchPoint::StatePressed :
|
|
|