| Index: content/common/input/synthetic_smooth_scroll_gesture_params.h
|
| diff --git a/content/common/input/synthetic_smooth_scroll_gesture_params.h b/content/common/input/synthetic_smooth_scroll_gesture_params.h
|
| index d9e8591fcce9472ee66492c5bc90211bca6969bb..458c0904b73450187a2a2b1f3138f38dfcbbbc4b 100644
|
| --- a/content/common/input/synthetic_smooth_scroll_gesture_params.h
|
| +++ b/content/common/input/synthetic_smooth_scroll_gesture_params.h
|
| @@ -26,6 +26,7 @@ struct CONTENT_EXPORT SyntheticSmoothScrollGestureParams
|
|
|
| gfx::PointF anchor;
|
| std::vector<gfx::Vector2dF> distances; // Positive X/Y to scroll left/up.
|
| + gfx::Vector2dF velocity;
|
| bool prevent_fling; // Defaults to true.
|
| float speed_in_pixels_s;
|
|
|
|
|