| Index: components/mus/public/cpp/lib/event_matcher.cc
|
| diff --git a/components/mus/public/cpp/lib/event_matcher.cc b/components/mus/public/cpp/lib/event_matcher.cc
|
| index eeafcac04822ce3a769b5bbb07538d8446bc7bff..1e16c21bdb29084e2a7bfde10864c543f8ef4968 100644
|
| --- a/components/mus/public/cpp/lib/event_matcher.cc
|
| +++ b/components/mus/public/cpp/lib/event_matcher.cc
|
| @@ -8,6 +8,7 @@ namespace mus {
|
|
|
| mojom::EventMatcherPtr CreateKeyMatcher(mojom::KeyboardCode code, int flags) {
|
| mojom::EventMatcherPtr matcher(mojom::EventMatcher::New());
|
| + matcher->accelerator_matcher = mojom::AcceleratorPhaseMatcher::New();
|
| matcher->type_matcher = mojom::EventTypeMatcher::New();
|
| matcher->flags_matcher = mojom::EventFlagsMatcher::New();
|
| matcher->ignore_flags_matcher = mojom::EventFlagsMatcher::New();
|
|
|