Index: content/common/input/synthetic_tap_gesture_params.h |
diff --git a/content/common/input/synthetic_tap_gesture_params.h b/content/common/input/synthetic_tap_gesture_params.h |
index d3c304e19257f4f0c7f24b860e7892d6f4644b16..c4ca5766ed400fe3c2299189092677f452a12724 100644 |
--- a/content/common/input/synthetic_tap_gesture_params.h |
+++ b/content/common/input/synthetic_tap_gesture_params.h |
@@ -16,9 +16,9 @@ struct CONTENT_EXPORT SyntheticTapGestureParams |
public: |
SyntheticTapGestureParams(); |
SyntheticTapGestureParams(const SyntheticTapGestureParams& other); |
- virtual ~SyntheticTapGestureParams(); |
+ ~SyntheticTapGestureParams() override; |
- virtual GestureType GetGestureType() const override; |
+ GestureType GetGestureType() const override; |
gfx::Point position; |
int duration_ms; |