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

Unified Diff: ui/gfx/mojo/icc_profile.mojom

Issue 2502703002: Add more robust gfx::ColorSpace<->gfx::ICCProfile conversion (Closed)
Patch Set: Created 4 years, 1 month 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: ui/gfx/mojo/icc_profile.mojom
diff --git a/ui/gfx/mojo/icc_profile.mojom b/ui/gfx/mojo/icc_profile.mojom
index cedacd06c250adad29be30aa6bd36c827536998d..7eb59d8db241b99841aa69ec29b0c9a122c997d4 100644
--- a/ui/gfx/mojo/icc_profile.mojom
+++ b/ui/gfx/mojo/icc_profile.mojom
@@ -5,7 +5,6 @@
module gfx.mojom;
struct ICCProfile {
- bool valid = false;
string data;
uint64 id;
};

Powered by Google App Engine
This is Rietveld 408576698