| Index: ui/compositor/compositor.cc
|
| diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
|
| index 63f72bc6178b815d9008fb0daff580c3ae1db9fd..bfdcf798dcf33b14c69f3016b6f434f8c4197a9c 100644
|
| --- a/ui/compositor/compositor.cc
|
| +++ b/ui/compositor/compositor.cc
|
| @@ -154,7 +154,8 @@ Compositor::Compositor(ui::ContextFactory* context_factory,
|
| command_line->HasSwitch(cc::switches::kUIEnableLayerLists);
|
|
|
| settings.enable_color_correct_rendering =
|
| - command_line->HasSwitch(cc::switches::kEnableColorCorrectRendering);
|
| + command_line->HasSwitch(cc::switches::kEnableColorCorrectRendering) ||
|
| + command_line->HasSwitch(cc::switches::kEnableTrueColorRendering);
|
|
|
| // UI compositor always uses partial raster if not using zero-copy. Zero copy
|
| // doesn't currently support partial raster.
|
|
|