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 1bdf340a3d53de54b6f88de7cdfaf98407266f4d..3784842e091b4444a20b006c228ede915c1b8c5e 100644 |
--- a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp |
@@ -339,6 +339,7 @@ void TouchActionTest::sendTouchEvent(WebView* webView, WebInputEvent::Type type, |
webTouchEvent.touches[0].position.y = clientPoint.y(); |
webTouchEvent.touches[0].radiusX = 10; |
webTouchEvent.touches[0].radiusY = 10; |
+ webTouchEvent.touches[0].force = 1.0; |
webView->handleInputEvent(webTouchEvent); |
runPendingTasks(); |