Index: third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp |
index 4380755e63975ed52a9d4bfb543dea0279dad6a3..36c603fe52727b648b9829fdad73b17c18fe7018 100644 |
--- a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp |
@@ -77,6 +77,7 @@ void ImeOnFocusTest::sendGestureTap(WebView* webView, IntPoint clientPoint) |
{ |
WebGestureEvent webGestureEvent; |
webGestureEvent.type = WebInputEvent::GestureTap; |
+ webGestureEvent.sourceDevice = WebGestureDeviceTouchpad; |
tdresser
2015/10/19 12:52:39
Let's make this touchscreen.
wjmaclean
2015/10/19 15:26:55
Done.
|
webGestureEvent.x = clientPoint.x(); |
webGestureEvent.y = clientPoint.y(); |
webGestureEvent.globalX = clientPoint.x(); |