| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index a9576a92ba9a89c7cefb063c86aef44f77b90d90..fca84ca3284ee431e2d5019e05a5fc3f001e6e46 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -50,10 +50,6 @@ const char kEnableColorCorrectRendering[] = "enable-color-correct-rendering";
|
| // Enables the GPU benchmarking extension
|
| const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
|
|
|
| -// Force all rasterization and compositing to be done in linear color space,
|
| -// with physically correct blending and interpolation.
|
| -const char kEnableTrueColorRendering[] = "enable-true-color-rendering";
|
| -
|
| // Enables multi-client Surface synchronization. In practice, this indicates
|
| // that LayerTreeHost expects to be given a valid LocalSurfaceId provided by
|
| // the parent compositor.
|
|
|