| 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 711c0c3a55ccde95f4cd77bf20ede5e96b0120e1..efb8d76b57ed1b734248560ec2a004f0f546f1d9 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_base.h
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_base.h
|
| @@ -55,8 +55,10 @@ class SyntheticGestureTargetBase : public SyntheticGestureTarget {
|
|
|
| virtual base::TimeDelta PointerAssumedStoppedTime() const OVERRIDE;
|
|
|
| + virtual int GetTouchSlopInDips() const OVERRIDE;
|
| +
|
| protected:
|
| - RenderWidgetHostImpl* render_widget_host() { return host_; }
|
| + RenderWidgetHostImpl* render_widget_host() const { return host_; }
|
|
|
| private:
|
| RenderWidgetHostImpl* host_;
|
|
|