| Index: ui/gfx/android/view_configuration.h
|
| diff --git a/ui/gfx/android/view_configuration.h b/ui/gfx/android/view_configuration.h
|
| index 4595071c4f1c7176d1009eb02c4e9fef0b972f65..ff7cf023c571aa1352f37eebc951059a34cb7b07 100644
|
| --- a/ui/gfx/android/view_configuration.h
|
| +++ b/ui/gfx/android/view_configuration.h
|
| @@ -30,6 +30,7 @@ class GFX_EXPORT ViewConfiguration {
|
|
|
| static int GetMinScalingSpanInPixels();
|
| static int GetMinScalingTouchMajorInPixels();
|
| + static bool GetTouchMajorUsedInScalingSpan();
|
|
|
| // Registers methods with JNI and returns true if succeeded.
|
| static bool RegisterViewConfiguration(JNIEnv* env);
|
|
|