| Index: components/mus/ws/event_matcher.h
|
| diff --git a/components/mus/ws/event_matcher.h b/components/mus/ws/event_matcher.h
|
| index ec9231b57a430f7bd1b5d3a4647a500461e7d557..83c9f7719364e0e12c15cac718eb9e8afea43557 100644
|
| --- a/components/mus/ws/event_matcher.h
|
| +++ b/components/mus/ws/event_matcher.h
|
| @@ -6,6 +6,7 @@
|
| #define COMPONENTS_MUS_WS_EVENT_MATCHER_H_
|
|
|
| #include <stdint.h>
|
| +#include <vector>
|
|
|
| #include "base/macros.h"
|
| #include "components/mus/public/interfaces/event_matcher.mojom.h"
|
| @@ -38,7 +39,7 @@ class EventMatcher {
|
| };
|
|
|
| uint32_t fields_to_match_;
|
| - ui::EventType event_type_;
|
| + std::vector<ui::EventType> event_types_;
|
| // Bitfields of kEventFlag* and kMouseEventFlag* values in
|
| // input_event_constants.mojom.
|
| int event_flags_;
|
|
|