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

Unified Diff: LayoutTests/fast/events/hit-test-counts.html

Issue 603593002: Added missing arguments for gestureScrollEnd. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/hit-test-counts.html
diff --git a/LayoutTests/fast/events/hit-test-counts.html b/LayoutTests/fast/events/hit-test-counts.html
index 8b9669f4d042580571e94e6ce909701c3a854d11..0abc257bdb147599e3314a4f8574ca8dd0159d6e 100644
--- a/LayoutTests/fast/events/hit-test-counts.html
+++ b/LayoutTests/fast/events/hit-test-counts.html
@@ -95,7 +95,7 @@ function sendEvents(targetX, targetY, documents)
eventSender.gestureScrollUpdate(0, 5);
logCounts('GestureScrollUpdate', documents);
- eventSender.gestureScrollEnd();
+ eventSender.gestureScrollEnd(0, 5);
logCounts('GestureScrollEnd', documents);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698