| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 66e406b6e8c5738d52a9dd7a287fab55619aa001..7a0883b1604444c71753f4c9af7e608911941006 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -30,6 +30,7 @@ CC_EXPORT extern const char kEnableTileCompression[];
|
| // Switches for both the renderer and ui compositors.
|
| CC_EXPORT extern const char kEnableColorCorrectRendering[];
|
| CC_EXPORT extern const char kEnableGpuBenchmarking[];
|
| +CC_EXPORT extern const char kEnableTrueColorRendering[];
|
|
|
| // Debug visualizations.
|
| CC_EXPORT extern const char kShowCompositedLayerBorders[];
|
|
|