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

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

Issue 2633233002: Add the pointer type of pen to the synthetic WebMousEvent (Closed)
Patch Set: Make disallow copy private Created 3 years, 11 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 6f9a9887a05dc251b68de0073a813a35f6b72057..7dc59fab074cc0bb5b4f00808d94377bd70ff9d1 100644
--- a/content/common/input/synthetic_gesture_params.h
+++ b/content/common/input/synthetic_gesture_params.h
@@ -40,7 +40,8 @@ struct CONTENT_EXPORT SyntheticGestureParams {
DEFAULT_INPUT,
TOUCH_INPUT,
MOUSE_INPUT,
- GESTURE_SOURCE_TYPE_MAX = MOUSE_INPUT
+ PEN_INPUT,
+ GESTURE_SOURCE_TYPE_MAX = PEN_INPUT
};
GestureSourceType gesture_source_type;

Powered by Google App Engine
This is Rietveld 408576698