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

Unified Diff: content/common/input/synthetic_gesture_params.h

Issue 2336803003: Make SyntheticPointerAction to flush the pointer action sequence (Closed)
Patch Set: controller Created 4 years, 3 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/common/input/synthetic_gesture_params.h
diff --git a/content/common/input/synthetic_gesture_params.h b/content/common/input/synthetic_gesture_params.h
index 5f308db3e0a47fdb9562b483c722c0bf849fd231..13ff42c57f65717660f181a5121daf9d18cb5ea9 100644
--- a/content/common/input/synthetic_gesture_params.h
+++ b/content/common/input/synthetic_gesture_params.h
@@ -50,7 +50,8 @@ struct CONTENT_EXPORT SyntheticGestureParams {
PINCH_GESTURE,
TAP_GESTURE,
POINTER_ACTION,
- SYNTHETIC_GESTURE_TYPE_MAX = POINTER_ACTION
+ POINTER_ACTION_LIST,
+ SYNTHETIC_GESTURE_TYPE_MAX = POINTER_ACTION_LIST
};
virtual GestureType GetGestureType() const = 0;

Powered by Google App Engine
This is Rietveld 408576698