| 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..d6e25cbe63b9ae68f5aacb79bda7a51343eb94d3 100644
|
| --- a/components/mus/public/cpp/event_matcher.h
|
| +++ b/components/mus/public/cpp/event_matcher.h
|
| @@ -11,8 +11,9 @@
|
|
|
| namespace mus {
|
|
|
| -mojom::EventMatcherPtr CreateKeyMatcher(mojom::KeyboardCode code,
|
| - mojom::EventFlags flags);
|
| +// |flags| is a bitfield of kEventFlag* and kMouseEventFlag* values in
|
| +// input_event_constants.mojom.
|
| +mojom::EventMatcherPtr CreateKeyMatcher(mojom::KeyboardCode code, int flags);
|
|
|
| } // namespace mus
|
|
|
|
|