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

Unified Diff: ui/mojo/events/input_event_constants.mojom

Issue 1344223002: Revert of Overhaul Mandoline event transport code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « mojo/converters/input_events/input_events_type_converters.cc ('k') | ui/mojo/events/input_events.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/mojo/events/input_event_constants.mojom
diff --git a/ui/mojo/events/input_event_constants.mojom b/ui/mojo/events/input_event_constants.mojom
index 9b22e9843768a261bc77931e5a3b456ea04f3845..b3e0ea1f663ef3f2009d200bf22859aa8ada5688 100644
--- a/ui/mojo/events/input_event_constants.mojom
+++ b/ui/mojo/events/input_event_constants.mojom
@@ -12,7 +12,6 @@
POINTER_DOWN,
POINTER_MOVE,
POINTER_UP,
- WHEEL,
};
// This mirrors ui::EventFlags
@@ -42,14 +41,6 @@
};
enum PointerKind {
+ TOUCH,
MOUSE,
- PEN,
- TOUCH,
};
-
-enum WheelMode {
- PIXEL,
- LINE,
- PAGE,
- SCALING,
-};
« no previous file with comments | « mojo/converters/input_events/input_events_type_converters.cc ('k') | ui/mojo/events/input_events.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698