| Index: content/common/android/view_configuration.h
|
| diff --git a/content/common/android/view_configuration.h b/content/common/android/view_configuration.h
|
| index 4ac664fa26c2be0c4c0e44886a97a4048d561135..dc4d10e8327668eaf2ae40e436b1c4f9d42db807 100644
|
| --- a/content/common/android/view_configuration.h
|
| +++ b/content/common/android/view_configuration.h
|
| @@ -22,6 +22,9 @@ class ViewConfiguration {
|
| static int GetMaximumFlingVelocityInPixelsPerSecond();
|
| static int GetMinimumFlingVelocityInPixelsPerSecond();
|
|
|
| + static int GetTouchSlopInDips();
|
| + static int GetTouchSlopInPixels();
|
| +
|
| // Registers methods with JNI and returns true if succeeded.
|
| static bool RegisterViewConfiguration(JNIEnv* env);
|
| };
|
|
|