| 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 c62d10752b997727805e7846b388c25d92eed830..a41e6a509f6775c971a693cd16cfe4cdeef782d0 100644
|
| --- a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| @@ -387,7 +387,7 @@ void TouchActionTest::sendTouchEvent(WebView* webView,
|
| webTouchEvent.touches[0].radiusY = 10;
|
| webTouchEvent.touches[0].force = 1.0;
|
|
|
| - webView->handleInputEvent(webTouchEvent);
|
| + webView->handleInputEvent(webTouchEvent, std::vector<const WebInputEvent*>());
|
| runPendingTasks();
|
| }
|
|
|
|
|