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

Unified Diff: components/mus/public/interfaces/input_event_constants.mojom

Issue 1759273002: Add AcceleratorType to EventMatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: components/mus/public/interfaces/input_event_constants.mojom
diff --git a/components/mus/public/interfaces/input_event_constants.mojom b/components/mus/public/interfaces/input_event_constants.mojom
index 03bd80bd342d8ba2d7ae5b57c426cd705ed5cacc..4ca018dde92b4bfce097709274be64fcfb5e04e1 100644
--- a/components/mus/public/interfaces/input_event_constants.mojom
+++ b/components/mus/public/interfaces/input_event_constants.mojom
@@ -4,6 +4,11 @@
module mus.mojom;
+enum AcceleratorType {
+ PRE_TARGET,
sky 2016/03/03 23:41:24 Document what these mean.
jonross 2016/03/04 15:26:37 Done.
+ POST_TARGET,
+};
+
enum EventType {
UNKNOWN,
KEY_PRESSED,

Powered by Google App Engine
This is Rietveld 408576698