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

Unified Diff: skia/public/interfaces/bitmap.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: rebase Created 4 years, 11 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
« no previous file with comments | « net/proxy/mojo_proxy_type_converters.cc ('k') | skia/public/type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/public/interfaces/bitmap.mojom
diff --git a/skia/public/interfaces/bitmap.mojom b/skia/public/interfaces/bitmap.mojom
index fd3412013fdd5a5488a1b5f1a311c1e05cb239a5..dcb8ebf908cbce45ecea30028fe9a8d26be4db23 100644
--- a/skia/public/interfaces/bitmap.mojom
+++ b/skia/public/interfaces/bitmap.mojom
@@ -20,7 +20,7 @@ enum ColorType {
// Mirror of SkAlphaType.
enum AlphaType {
UNKNOWN,
- OPAQUE,
+ ALPHA_TYPE_OPAQUE,
PREMUL,
UNPREMUL,
};
« no previous file with comments | « net/proxy/mojo_proxy_type_converters.cc ('k') | skia/public/type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698