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

Unified Diff: ui/gfx/color_space.h

Issue 2693723002: cc: Move output color space from DrawingFrame to RenderPass (Closed)
Patch Set: Fix typo Created 3 years, 10 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
« cc/ipc/cc_param_traits.cc ('K') | « cc/test/pixel_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« cc/ipc/cc_param_traits.cc ('K') | « cc/test/pixel_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698