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

Unified Diff: ui/gfx/android/view_configuration.h

Issue 2349043002: android: Remove unused GetScrollFriction (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
Index: ui/gfx/android/view_configuration.h
diff --git a/ui/gfx/android/view_configuration.h b/ui/gfx/android/view_configuration.h
index 1c490c9a5037956007c49b987a0d4dc71120611c..4495a5eccc630b35dae19df21e57e39dce274c32 100644
--- a/ui/gfx/android/view_configuration.h
+++ b/ui/gfx/android/view_configuration.h
@@ -19,9 +19,6 @@ class GFX_EXPORT ViewConfiguration {
static int GetLongPressTimeoutInMs();
static int GetTapTimeoutInMs();
- // Dimensionless coefficient of friction.
- static float GetScrollFriction();
-
static int GetMaximumFlingVelocityInDipsPerSecond();
static int GetMinimumFlingVelocityInDipsPerSecond();
@@ -29,7 +26,6 @@ class GFX_EXPORT ViewConfiguration {
static int GetDoubleTapSlopInDips();
static int GetMinScalingSpanInDips();
- static int GetMinScalingTouchMajorInDips();
// Registers methods with JNI and returns true if succeeded.
static bool RegisterViewConfiguration(JNIEnv* env);
« no previous file with comments | « ui/android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java ('k') | ui/gfx/android/view_configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698