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