| Index: components/mus/public/cpp/event_matcher.h
|
| diff --git a/components/mus/public/cpp/event_matcher.h b/components/mus/public/cpp/event_matcher.h
|
| index d25dc389677213f1f7954ccea760a55359c79b3a..bf3a5fe18a10c0cfba0cf642d0a460d6c930b4f0 100644
|
| --- a/components/mus/public/cpp/event_matcher.h
|
| +++ b/components/mus/public/cpp/event_matcher.h
|
| @@ -11,8 +11,7 @@
|
|
|
| namespace mus {
|
|
|
| -mojom::EventMatcherPtr CreateKeyMatcher(mojom::KeyboardCode code,
|
| - mojom::EventFlags flags);
|
| +mojom::EventMatcherPtr CreateKeyMatcher(mojom::KeyboardCode code, int flags);
|
|
|
| } // namespace mus
|
|
|
|
|