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

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: Fix test expectation. 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
Index: Source/web/tests/VisualViewportTest.cpp
diff --git a/Source/web/tests/VisualViewportTest.cpp b/Source/web/tests/VisualViewportTest.cpp
index 8fceac694225a8914c2be3eb569ba0e5d6e687e8..d24eea22c6f87ec61c21d8e02164681f202c9b15 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, 0, false);
frame()->eventHandler().handleGestureEvent(gsu);

Powered by Google App Engine
This is Rietveld 408576698