| Index: content/browser/renderer_host/input/synthetic_gesture_target_android.h
|
| diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_android.h b/content/browser/renderer_host/input/synthetic_gesture_target_android.h
|
| index 0ec427bc560c4ea8a66aad2a8fb054f6027400ac..dcf146ffb92a6d325a31c51ff20b9125e3d86c21 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_android.h
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_android.h
|
| @@ -37,7 +37,9 @@ class SyntheticGestureTargetAndroid : public SyntheticGestureTargetBase {
|
| virtual SyntheticGestureParams::GestureSourceType
|
| GetDefaultSyntheticGestureSourceType() const OVERRIDE;
|
|
|
| - virtual int GetTouchSlopInDips() const OVERRIDE;
|
| + virtual float GetTouchSlopInDips() const OVERRIDE;
|
| +
|
| + virtual float GetMinScalingSpanInDips() const OVERRIDE;
|
|
|
| private:
|
| // Enum values below need to be kept in sync with TouchEventSynthesizer.java
|
|
|