Chromium Code Reviews| Index: content/common/input/synthetic_gesture_params.h |
| diff --git a/content/common/input/synthetic_gesture_params.h b/content/common/input/synthetic_gesture_params.h |
| index 3607bcdfdae362f05640c0f0a3e071988859deb4..1c40ca98fd2a025e0d3898110e5b4bda6e1c9bb0 100644 |
| --- a/content/common/input/synthetic_gesture_params.h |
| +++ b/content/common/input/synthetic_gesture_params.h |
| @@ -45,6 +45,7 @@ struct CONTENT_EXPORT SyntheticGestureParams { |
| enum GestureType { |
| SMOOTH_SCROLL_GESTURE, |
| + SMOOTH_DRAG_GESTURE, |
| PINCH_GESTURE, |
| TAP_GESTURE, |
| SYNTHETIC_GESTURE_TYPE_MAX = TAP_GESTURE |