| 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 6f9a9887a05dc251b68de0073a813a35f6b72057..7dc59fab074cc0bb5b4f00808d94377bd70ff9d1 100644
|
| --- a/content/common/input/synthetic_gesture_params.h
|
| +++ b/content/common/input/synthetic_gesture_params.h
|
| @@ -40,7 +40,8 @@ struct CONTENT_EXPORT SyntheticGestureParams {
|
| DEFAULT_INPUT,
|
| TOUCH_INPUT,
|
| MOUSE_INPUT,
|
| - GESTURE_SOURCE_TYPE_MAX = MOUSE_INPUT
|
| + PEN_INPUT,
|
| + GESTURE_SOURCE_TYPE_MAX = PEN_INPUT
|
| };
|
| GestureSourceType gesture_source_type;
|
|
|
|
|