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

Unified Diff: content/public/android/java/src/org/chromium/content_public/browser/GestureStateListener.java

Issue 2347373002: Remove velocities parameters from onFlingStartGesture() (Closed)
Patch Set: Created 4 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 | « content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content_public/browser/GestureStateListener.java
diff --git a/content/public/android/java/src/org/chromium/content_public/browser/GestureStateListener.java b/content/public/android/java/src/org/chromium/content_public/browser/GestureStateListener.java
index eff3036ccefaab2c706a53315586e945ab39e1d6..24870929258e00959edb03a3b3d6ea21e9b95932 100644
--- a/content/public/android/java/src/org/chromium/content_public/browser/GestureStateListener.java
+++ b/content/public/android/java/src/org/chromium/content_public/browser/GestureStateListener.java
@@ -22,7 +22,7 @@ public class GestureStateListener {
/**
* Called when a fling starts.
*/
- public void onFlingStartGesture(int vx, int vy, int scrollOffsetY, int scrollExtentY) {}
+ public void onFlingStartGesture(int scrollOffsetY, int scrollExtentY) {}
/**
* Called when a fling has ended.
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698