| 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);
|
|
|