| Index: content/browser/renderer_host/input/synthetic_smooth_move_gesture.cc
|
| diff --git a/content/browser/renderer_host/input/synthetic_smooth_move_gesture.cc b/content/browser/renderer_host/input/synthetic_smooth_move_gesture.cc
|
| index 26ad746f86b71b5d95f761f6ebe5e5cf2f5240dc..01729429dae5e4c0085b9f34cd004978a17d9ace 100644
|
| --- a/content/browser/renderer_host/input/synthetic_smooth_move_gesture.cc
|
| +++ b/content/browser/renderer_host/input/synthetic_smooth_move_gesture.cc
|
| @@ -245,8 +245,8 @@ void SyntheticSmoothMoveGesture::ForwardMouseWheelEvent(
|
| SyntheticWebMouseWheelEventBuilder::Build(0, 0, delta.x(), delta.y(), 0,
|
| false);
|
|
|
| - mouse_wheel_event.x = current_move_segment_start_position_.x();
|
| - mouse_wheel_event.y = current_move_segment_start_position_.y();
|
| + mouse_wheel_event.position.x = current_move_segment_start_position_.x();
|
| + mouse_wheel_event.position.y = current_move_segment_start_position_.y();
|
|
|
| mouse_wheel_event.setTimeStampSeconds(ConvertTimestampToSeconds(timestamp));
|
|
|
|
|