diff options
Diffstat (limited to 'content/browser/renderer_host/input/synthetic_pinch_gesture.h')
-rw-r--r-- | content/browser/renderer_host/input/synthetic_pinch_gesture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/input/synthetic_pinch_gesture.h b/content/browser/renderer_host/input/synthetic_pinch_gesture.h index 76ee1da..60530c1 100644 --- a/content/browser/renderer_host/input/synthetic_pinch_gesture.h +++ b/content/browser/renderer_host/input/synthetic_pinch_gesture.h @@ -22,7 +22,7 @@ class CONTENT_EXPORT SyntheticPinchGesture : public SyntheticGesture { virtual SyntheticGesture::Result ForwardInputEvents( const base::TimeTicks& timestamp, - SyntheticGestureTarget* target) OVERRIDE; + SyntheticGestureTarget* target) override; private: enum GestureState { |