| 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 f3634d61162d6bead4caed5828fe88e926b831a9..61fc5034be731bb537304ab8bb9ba12097d141bb 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| @@ -28,21 +28,21 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
|
| // SyntheticGestureTargetBase:
|
| virtual void DispatchWebTouchEventToPlatform(
|
| const blink::WebTouchEvent& web_touch,
|
| - const ui::LatencyInfo& latency_info) OVERRIDE;
|
| + const ui::LatencyInfo& latency_info) override;
|
| virtual void DispatchWebMouseWheelEventToPlatform(
|
| const blink::WebMouseWheelEvent& web_wheel,
|
| - const ui::LatencyInfo& latency_info) OVERRIDE;
|
| + const ui::LatencyInfo& latency_info) override;
|
| virtual void DispatchWebMouseEventToPlatform(
|
| const blink::WebMouseEvent& web_mouse,
|
| - const ui::LatencyInfo& latency_info) OVERRIDE;
|
| + const ui::LatencyInfo& latency_info) override;
|
|
|
| // SyntheticGestureTarget:
|
| virtual SyntheticGestureParams::GestureSourceType
|
| - GetDefaultSyntheticGestureSourceType() const OVERRIDE;
|
| + GetDefaultSyntheticGestureSourceType() const override;
|
|
|
| - virtual float GetTouchSlopInDips() const OVERRIDE;
|
| + virtual float GetTouchSlopInDips() const override;
|
|
|
| - virtual float GetMinScalingSpanInDips() const OVERRIDE;
|
| + virtual float GetMinScalingSpanInDips() const override;
|
|
|
| private:
|
| aura::Window* GetWindow() const;
|
|
|