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

Unified Diff: components/mus/public/cpp/event_matcher.h

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/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

Powered by Google App Engine
This is Rietveld 408576698