| Index: ui/compositor/compositor.cc
|
| diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
|
| index 34ff8e9b5e7c6b5e81e6c0ed1f20c41fcce06af7..7637bcddf52384a381f5de613fa35ccbe1b988df 100644
|
| --- a/ui/compositor/compositor.cc
|
| +++ b/ui/compositor/compositor.cc
|
| @@ -165,8 +165,7 @@ Compositor::Compositor(const cc::FrameSinkId& frame_sink_id,
|
| command_line->HasSwitch(cc::switches::kUIEnableLayerLists);
|
|
|
| settings.enable_color_correct_rasterization =
|
| - command_line->HasSwitch(cc::switches::kEnableColorCorrectRendering) ||
|
| - command_line->HasSwitch(cc::switches::kEnableTrueColorRendering);
|
| + command_line->HasSwitch(cc::switches::kEnableColorCorrectRendering);
|
| settings.renderer_settings.enable_color_correct_rendering =
|
| settings.enable_color_correct_rasterization ||
|
| command_line->HasSwitch(switches::kEnableHDROutput);
|
|
|