| 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 1992d78a3a532dca18cb150c55d8df37ef8ae2c0..ccdf458743dbd749d2b6303d3b27c699b93aa56e 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();
|
| }
|
|
|
|
|