Chromium Code Reviews| 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, |
| }; |