Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1139)

Unified Diff: content/browser/renderer_host/input/synthetic_gesture.h

Issue 1884883005: Prepare SyntheticPointerAction to handle touch actions for multiple fingers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move logic to controller Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698