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 f880e5d66718a29fffaeefddb9c3e63c065b6b3f..00622811132d44f9afcafc595f988840d0fc0a3c 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture.h |
@@ -38,6 +38,12 @@ class CONTENT_EXPORT SyntheticGesture { |
enum Result { |
GESTURE_RUNNING, |
GESTURE_FINISHED, |
+ // Used when receiving SyntheticPointerAction of PROCESS or FINISH type. |
+ // Received when we successfully processed a group of pointer actions in a |
+ // sequence. |
+ POINTER_ACTION_PROCESSED, |
+ // Received when we successfully finished all pointer actions in a sequence. |
+ POINTER_ACTION_FINISHED, |
GESTURE_SOURCE_TYPE_NOT_IMPLEMENTED, |
GESTURE_RESULT_MAX = GESTURE_SOURCE_TYPE_NOT_IMPLEMENTED |
}; |