Index: content/browser/renderer_host/input/synthetic_smooth_move_gesture.h |
diff --git a/content/browser/renderer_host/input/synthetic_smooth_move_gesture.h b/content/browser/renderer_host/input/synthetic_smooth_move_gesture.h |
index eaed37d12a8ddec1a3f12a355bca4d43cf005af9..6b6099b044e704cc39284a29ade765905fe9425d 100644 |
--- a/content/browser/renderer_host/input/synthetic_smooth_move_gesture.h |
+++ b/content/browser/renderer_host/input/synthetic_smooth_move_gesture.h |
@@ -74,6 +74,7 @@ class CONTENT_EXPORT SyntheticSmoothMoveGesture : public SyntheticGesture { |
void ForwardMouseWheelEvent(SyntheticGestureTarget* target, |
const gfx::Vector2dF& delta, |
+ const blink::WebMouseWheelEvent::Phase phase, |
const base::TimeTicks& timestamp) const; |
void PressPoint(SyntheticGestureTarget* target, |