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

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 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..6f9a9887a05dc251b68de0073a813a35f6b72057 100644
--- a/content/common/input/synthetic_gesture_params.h
+++ b/content/common/input/synthetic_gesture_params.h
@@ -49,8 +49,8 @@ struct CONTENT_EXPORT SyntheticGestureParams {
SMOOTH_DRAG_GESTURE,
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;
« no previous file with comments | « content/common/input/input_param_traits_unittest.cc ('k') | content/common/input/synthetic_pointer_action_list_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698