Index: third_party/WebKit/Source/web/tests/TopControlsTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp |
index ff48fe57c6b92b417d942fc956dfa33402ef7f4e..04a6b488fab3e6def04058034f7800aadd44cb79 100644 |
--- a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp |
@@ -96,6 +96,7 @@ public: |
{ |
WebGestureEvent event; |
event.type = type; |
+ event.sourceDevice = WebGestureDeviceTouchscreen; |
event.x = 100; |
event.y = 100; |
if (type == WebInputEvent::GestureScrollUpdate) { |