| 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..43a59993b6c0cb3b44bb56181f7a10ec08d6fed7 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::AcceleratorTypeMatcher::New();
|
| matcher->type_matcher = mojom::EventTypeMatcher::New();
|
| matcher->flags_matcher = mojom::EventFlagsMatcher::New();
|
| matcher->ignore_flags_matcher = mojom::EventFlagsMatcher::New();
|
|
|