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

Unified Diff: ui/gfx/color_space.h

Issue 2742613002: color: Always use parametric color spaces for raster (Closed)
Patch Set: More comment cleanup Created 3 years, 9 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: ui/gfx/color_space.h
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
index f472af359fdf011060b221774dd763a8b6beed50..a7edf0ab578f9273f6f393333744a3f88cbc7d6c 100644
--- a/ui/gfx/color_space.h
+++ b/ui/gfx/color_space.h
@@ -42,6 +42,7 @@ class GFX_EXPORT ColorSpace {
SMPTEST432_1,
XYZ_D50,
ADOBE_RGB,
+ ICC_PROFILE_REQUIRED,
hubbe 2017/03/13 17:59:09 Why?
ccameron 2017/03/13 20:34:18 In the CL description, I wrote
hubbe 2017/03/13 20:38:56 I don't understand why we don't use CUSTOM with th
ccameron 2017/03/14 10:19:54 Because we need to distinguish between when CUSTOM
CUSTOM,
LAST = CUSTOM
};
@@ -74,6 +75,7 @@ class GFX_EXPORT ColorSpace {
IEC61966_2_1_HDR,
// The same as LINEAR but is defined for all real values.
LINEAR_HDR,
+ ICC_PROFILE_REQUIRED,
hubbe 2017/03/13 17:59:09 Why?
CUSTOM,
LAST = CUSTOM,
};
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/gfx/color_space.cc » ('j') | ui/gfx/color_transform.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698