| 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..6099fc8e870fbeca2f9074a369cd527a6953698a 100644
|
| --- a/content/common/android/view_configuration.h
|
| +++ b/content/common/android/view_configuration.h
|
| @@ -22,6 +22,8 @@ class ViewConfiguration {
|
| static int GetMaximumFlingVelocityInPixelsPerSecond();
|
| static int GetMinimumFlingVelocityInPixelsPerSecond();
|
|
|
| + static int GetTouchSlopInPixels();
|
| +
|
| // Registers methods with JNI and returns true if succeeded.
|
| static bool RegisterViewConfiguration(JNIEnv* env);
|
| };
|
|
|