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