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..e61f1ba24057c760a4e9e2165f79ea0c974cbee6 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture.h |
@@ -38,6 +38,11 @@ class CONTENT_EXPORT SyntheticGesture { |
enum Result { |
GESTURE_RUNNING, |
GESTURE_FINISHED, |
+ // 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 |
}; |