| Index: ui/gfx/color_space.h
|
| diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
|
| index c7792cbbf85f41ce52103d9d538d0152082149fd..d0fe36e8dec72ecc5abd1a724e4d5f121c6b254b 100644
|
| --- a/ui/gfx/color_space.h
|
| +++ b/ui/gfx/color_space.h
|
| @@ -89,10 +89,10 @@ class GFX_EXPORT ColorSpace {
|
| // display.
|
| SMPTEST2084_NON_HDR,
|
|
|
| - // TODO(hubbe): Need to store an approximation of the gamma function(s).
|
| - CUSTOM,
|
| // Like LINEAR, but intended for HDR. (can go outside of 0-1)
|
| LINEAR_HDR,
|
| + // TODO(hubbe): Need to store an approximation of the gamma function(s).
|
| + CUSTOM,
|
| LAST = CUSTOM,
|
| };
|
|
|
|
|