| Index: ui/compositor/compositor.cc
|
| diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
|
| index e76925d0c600749f41fe3855480c1550ece8f2d1..d8a01504f4cb3df59e2398c95fc5def874fb6119 100644
|
| --- a/ui/compositor/compositor.cc
|
| +++ b/ui/compositor/compositor.cc
|
| @@ -134,7 +134,7 @@ Compositor::Compositor(const cc::FrameSinkId& frame_sink_id,
|
| command_line->HasSwitch(cc::switches::kUIEnableLayerLists);
|
|
|
| settings.enable_color_correct_rasterization =
|
| - command_line->HasSwitch(switches::kEnableColorCorrectRendering);
|
| + base::FeatureList::IsEnabled(features::kColorCorrectRendering);
|
|
|
| // UI compositor always uses partial raster if not using zero-copy. Zero copy
|
| // doesn't currently support partial raster.
|
|
|