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

Unified Diff: ui/events/event_constants.h

Issue 2163453002: mus: Change PointerWatcher to watch for all events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back location Created 4 years, 5 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: ui/events/event_constants.h
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index 664e837f271193af2b8d07197d3a0cec2fcc3866..bcc86b454e7497da4932e492150f02e45896ffab 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -171,6 +171,7 @@ enum class EventPointerType : int {
POINTER_TYPE_MOUSE,
POINTER_TYPE_PEN,
POINTER_TYPE_TOUCH,
+ POINTER_TYPE_ANY,
};
// Device type for gesture events.

Powered by Google App Engine
This is Rietveld 408576698