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

Unified Diff: cc/output/gl_renderer_unittest.cc

Issue 2728173004: HDR: Do nonlinear blending in the compositor (Closed)
Patch Set: Roll in sRGB-extended 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: cc/output/gl_renderer_unittest.cc
diff --git a/cc/output/gl_renderer_unittest.cc b/cc/output/gl_renderer_unittest.cc
index 32222128163456156ee4ae2a236312e217247d8d..9ebba2bad9b203642d93026fc5ce6f71281b4f2f 100644
--- a/cc/output/gl_renderer_unittest.cc
+++ b/cc/output/gl_renderer_unittest.cc
@@ -138,7 +138,7 @@ class GLRendererShaderPixelTest : public GLRendererPixelTest {
const size_t kNumSrcColorSpaces = 4;
gfx::ColorSpace src_color_spaces[kNumSrcColorSpaces] = {
gfx::ColorSpace(), gfx::ColorSpace::CreateSRGB(),
- gfx::ColorSpace::CreateREC709(),
+ gfx::ColorSpace::CreateREC709(), gfx::ColorSpace::CreateExtendedSRGB(),
ccameron 2017/03/05 21:08:48 I think it was just dumb luck that this didn't cra
enne (OOO) 2017/03/06 19:56:12 @_@
};
const size_t kNumDstColorSpaces = 3;
gfx::ColorSpace dst_color_spaces[kNumDstColorSpaces] = {

Powered by Google App Engine
This is Rietveld 408576698