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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java

Issue 120513005: [Android] Perform eager gesture recognition on MotionEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Findbugs fix Created 6 years, 11 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: android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java
index 8df51eb378d3f087fff228c8b4aee80fe619c77e..6cd4bfe9f27a3726d84a885f0330d2634c4d49bb 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java
@@ -699,15 +699,11 @@ public class AndroidScrollIntegrationTest extends AwTestBase {
}
@Override
- public void onFlingStartGesture(int velocityX, int velocityY) {
- }
-
- @Override
public void onFlingCancelGesture() {
}
@Override
- public void onUnhandledFlingStartEvent() {
+ public void onUnhandledFlingStartEvent(int velocityX, int velocityY) {
}
@Override

Powered by Google App Engine
This is Rietveld 408576698