| Index: content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| index b28d0be9e01d0f1db90b2cae43266c0a396aa381..f3634d61162d6bead4caed5828fe88e926b831a9 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| @@ -40,7 +40,9 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
|
| virtual SyntheticGestureParams::GestureSourceType
|
| GetDefaultSyntheticGestureSourceType() const OVERRIDE;
|
|
|
| - virtual int GetTouchSlopInDips() const OVERRIDE;
|
| + virtual float GetTouchSlopInDips() const OVERRIDE;
|
| +
|
| + virtual float GetMinScalingSpanInDips() const OVERRIDE;
|
|
|
| private:
|
| aura::Window* GetWindow() const;
|
|
|