| 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..6f18e8655b5882210536437ff219e6990dadeb11 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| @@ -42,6 +42,8 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
|
|
|
| virtual int GetTouchSlopInDips() const OVERRIDE;
|
|
|
| + virtual int GetMinScalingSpanInDips() const OVERRIDE;
|
| +
|
| private:
|
| aura::Window* GetWindow() const;
|
|
|
|
|