Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / common / input / synthetic_smooth_scroll_gesture_params.h
index 4fe027e..05f7357 100644 (file)
@@ -20,9 +20,9 @@ struct CONTENT_EXPORT SyntheticSmoothScrollGestureParams
   SyntheticSmoothScrollGestureParams();
   SyntheticSmoothScrollGestureParams(
       const SyntheticSmoothScrollGestureParams& other);
-  virtual ~SyntheticSmoothScrollGestureParams();
+  ~SyntheticSmoothScrollGestureParams() override;
 
-  virtual GestureType GetGestureType() const OVERRIDE;
+  GestureType GetGestureType() const override;
 
   gfx::Point anchor;
   std::vector<gfx::Vector2d> distances;  // Positive X/Y to scroll left/up.