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

Unified Diff: Source/web/tests/VisualViewportTest.cpp

Issue 1308313005: Modify gesture event types for WebView-tag scroll bubbling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment to explain |resendingPluginId|. Created 5 years, 3 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
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | Source/web/tests/WebInputEventConversionTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/VisualViewportTest.cpp
diff --git a/Source/web/tests/VisualViewportTest.cpp b/Source/web/tests/VisualViewportTest.cpp
index 8fceac694225a8914c2be3eb569ba0e5d6e687e8..266c22839a45db6100f2e405e66b0101bdbf8260 100644
--- a/Source/web/tests/VisualViewportTest.cpp
+++ b/Source/web/tests/VisualViewportTest.cpp
@@ -1613,7 +1613,7 @@ TEST_P(ParameterizedVisualViewportTest, SlowScrollAfterImplScroll)
IntPoint(0, 0),
IntSize(5, 5),
0, false, false, false, false);
- gsu.setScrollGestureData(-50, -60, 1, 1, false, false);
+ gsu.setScrollGestureData(-50, -60, 1, 1, false, false, -1 /* null plugin id */);
frame()->eventHandler().handleGestureEvent(gsu);
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | Source/web/tests/WebInputEventConversionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698