Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp

Issue 1403893003: Plumb gesture source value through Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make compilers happy. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698