| Index: ui/gfx/color_space_switches.cc
|
| diff --git a/ui/gfx/color_space_switches.cc b/ui/gfx/color_space_switches.cc
|
| index 33295ee0a7f5ff3f710bb41441312c63b5d73f9d..31e7ca84959d4db53f70a9994c57b5f1223b93be 100644
|
| --- a/ui/gfx/color_space_switches.cc
|
| +++ b/ui/gfx/color_space_switches.cc
|
| @@ -5,11 +5,14 @@
|
| #include "ui/gfx/color_space_switches.h"
|
| #include "build/build_config.h"
|
|
|
| -namespace switches {
|
| +namespace features {
|
| +
|
| +const base::Feature kColorCorrectRendering{"ColorCorrectRendering",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -// Convert rasterization and compositing inputs to the output color space
|
| -// before operating on them.
|
| -const char kEnableColorCorrectRendering[] = "enable-color-correct-rendering";
|
| +} // namespace features
|
| +
|
| +namespace switches {
|
|
|
| // Force all monitors to be treated as though they have the specified color
|
| // profile. Accepted values are "srgb" and "generic-rgb" (currently used by Mac
|
|
|