Index: ui/gfx/color_space.h |
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h |
index 6e351899e16fe3f4523a17f571c6e873d5eb6e26..9c4a7f57002f9064e66874f50c96a6b3ee5bd663 100644 |
--- a/ui/gfx/color_space.h |
+++ b/ui/gfx/color_space.h |
@@ -70,6 +70,7 @@ class GFX_EXPORT ColorSpace { |
BT2020_12 = 15, |
SMPTEST2084 = 16, |
SMPTEST428_1 = 17, |
+ ARIB_STD_B67 = 18, // AKA hybrid-log gamma, HLG |
danakj
2016/09/16 23:50:33
nit: comments need punctuation.
servolk
2016/09/16 23:54:27
Thanks, I assume you mean just a dot at the end? I
servolk
2016/09/16 23:56:49
Done.
|
// Chrome-specific values start at 1000. |
GAMMA24 = 1000, |