Index: ui/gfx/android/view_configuration.h |
diff --git a/ui/gfx/android/view_configuration.h b/ui/gfx/android/view_configuration.h |
index f0995cb3e294a76fdecce2385340ab2def681c9d..ccc8ed840306faf42ffeb7e4fbfb041339e6a20d 100644 |
--- a/ui/gfx/android/view_configuration.h |
+++ b/ui/gfx/android/view_configuration.h |
@@ -22,6 +22,10 @@ class GFX_EXPORT ViewConfiguration { |
static int GetMinimumFlingVelocityInPixelsPerSecond(); |
static int GetTouchSlopInPixels(); |
+ static int GetDoubleTapSlopInPixels(); |
+ |
+ static int GetMinScalingSpanInPixels(); |
+ static int GetMinScalingTouchMajorInPixels(); |
// Registers methods with JNI and returns true if succeeded. |
static bool RegisterViewConfiguration(JNIEnv* env); |