| 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
|
|
|