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

Unified Diff: components/mus/public/interfaces/input_event_matcher.mojom

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: Created 4 years, 12 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/public/interfaces/input_event_matcher.mojom
diff --git a/components/mus/public/interfaces/input_event_matcher.mojom b/components/mus/public/interfaces/input_event_matcher.mojom
index ec223e65ba313076b3288331e7933d91d52e1682..89500ac97087cca3d6c5c8557e24c20335f944b0 100644
--- a/components/mus/public/interfaces/input_event_matcher.mojom
+++ b/components/mus/public/interfaces/input_event_matcher.mojom
@@ -25,7 +25,7 @@ struct EventTypeMatcher {
};
struct EventFlagsMatcher {
- EventFlags flags;
+ int32 flags;
yzshen1 2016/01/07 19:24:52 Please add comments about what flags is. Previousl
Sam McNally 2016/01/08 05:12:51 Done.
};
// If a specific matcher is missing, then an Event will match this EventMatcher

Powered by Google App Engine
This is Rietveld 408576698