Index: third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
index d42df5345541324848ec384263889fd9732f45a6..073266bff89189e22df314b1b0e97678e9e1ecc1 100644 |
--- a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
@@ -339,6 +339,7 @@ TEST_F(WebPluginContainerTest, GestureLongPressReachesPlugin) |
WebGestureEvent event; |
event.type = WebInputEvent::GestureLongPress; |
+ event.sourceDevice = WebGestureDeviceTouchpad; |
tdresser
2015/10/19 12:52:39
touchscreen
wjmaclean
2015/10/19 15:26:55
Done.
|
// First, send an event that doesn't hit the plugin to verify that the |
// plugin doesn't receive it. |