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

Unified Diff: components/mus/public/interfaces/input_event_matcher.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
« no previous file with comments | « components/mus/public/interfaces/input_event_constants.mojom ('k') | components/mus/ws/event_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/input_event_matcher.mojom
diff --git a/components/mus/public/interfaces/input_event_matcher.mojom b/components/mus/public/interfaces/input_event_matcher.mojom
index 3e0929da2dd4fbc4d092afff750fa1be4501eba5..f2c89fa4a3e680d003a12771336958d709e581b1 100644
--- a/components/mus/public/interfaces/input_event_matcher.mojom
+++ b/components/mus/public/interfaces/input_event_matcher.mojom
@@ -42,6 +42,7 @@ struct EventFlagsMatcher {
// A matcher to match any key-press event would be:
// - |type_matcher.type| = mus::mojom::EventType::KEY_PRESSED
struct EventMatcher {
+ AcceleratorPhase accelerator_phase;
EventTypeMatcher? type_matcher;
EventFlagsMatcher? flags_matcher;
// These flags will be stripped from incoming events' flags when comparing
« no previous file with comments | « components/mus/public/interfaces/input_event_constants.mojom ('k') | components/mus/ws/event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698