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

Unified Diff: ui/events/event_constants.h

Issue 2235933002: Add POINTER_TYPE_ERASER to EventPointerType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « ui/events/blink/web_input_event.cc ('k') | ui/events/gestures/motion_event_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_constants.h
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index 4928e7aabc94a1774b86d50ed70dff82cff7659e..9432679312bffeb90ff5b25f5a831e9db037f19d 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -173,6 +173,7 @@ enum class EventPointerType : int {
POINTER_TYPE_MOUSE,
POINTER_TYPE_PEN,
POINTER_TYPE_TOUCH,
+ POINTER_TYPE_ERASER,
};
// Device type for gesture events.
« no previous file with comments | « ui/events/blink/web_input_event.cc ('k') | ui/events/gestures/motion_event_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698