| Index: content/browser/renderer_host/input/synthetic_gesture.h
|
| diff --git a/content/browser/renderer_host/input/synthetic_gesture.h b/content/browser/renderer_host/input/synthetic_gesture.h
|
| index 626bd15aa6544e84a7deb35b2231491c7b191ac7..dd88a363559399b268fd57059e8bb7102978557d 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture.h
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture.h
|
| @@ -41,7 +41,7 @@ class CONTENT_EXPORT SyntheticGesture {
|
| GESTURE_RESULT_MAX = GESTURE_SOURCE_TYPE_NOT_IMPLEMENTED
|
| };
|
|
|
| - enum PointerActionType { PRESS, MOVE, RELEASE };
|
| + enum PointerActionType { PRESS, MOVE, RELEASE, DELAY };
|
|
|
| // Update the state of the gesture and forward the appropriate events to the
|
| // platform. This function is called repeatedly by the synthetic gesture
|
|
|