| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 5776d3b4c31c30714544afb537677d63fe9a7081..7a68307539f2626d338fff23fc9ea7dffa64ea40 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -29,6 +29,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 kTilingIterator[];
|
| CC_EXPORT extern const char kEnableTrueColorRendering[];
|
| CC_EXPORT extern const char kCheckTilePriorityInversion[];
|
|
|
|
|