Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: components/mus/ws/event_matcher.h

Issue 2092343002: Touch HUD app for mustash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698