Index: content/browser/renderer_host/input/synthetic_gesture_target_base.h |
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_base.h b/content/browser/renderer_host/input/synthetic_gesture_target_base.h |
index 8000ce2178d9e2c480f81337a362934283ffed42..a66a8d34cae3b14deb1c44764b07f80b792ca36f 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture_target_base.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_base.h |
@@ -50,7 +50,9 @@ class SyntheticGestureTargetBase : public SyntheticGestureTarget { |
virtual base::TimeDelta PointerAssumedStoppedTime() const OVERRIDE; |
- virtual int GetTouchSlopInDips() const OVERRIDE; |
+ virtual float GetTouchSlopInDips() const OVERRIDE; |
+ |
+ virtual float GetMinScalingSpanInDips() const OVERRIDE; |
protected: |
RenderWidgetHostImpl* render_widget_host() const { return host_; } |