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..1829968e3d0ef5e7ed5a3a174f506dbd3682a1fa 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture.h |
@@ -38,6 +38,8 @@ class CONTENT_EXPORT SyntheticGesture { |
enum Result { |
GESTURE_RUNNING, |
GESTURE_FINISHED, |
+ POINTER_ACTION_PROCESSED, |
tdresser
2016/05/13 13:58:04
Maybe add a comment describing what's different ab
lanwei
2016/05/19 16:04:12
Done.
|
+ POINTER_ACTION_FINISHED, |
GESTURE_SOURCE_TYPE_NOT_IMPLEMENTED, |
GESTURE_RESULT_MAX = GESTURE_SOURCE_TYPE_NOT_IMPLEMENTED |
}; |