| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index bd5b2eb78bfb0ad46ef9496bc288a3d3397ff268..3465eaf9fca51622a7cb7cc49fbc1821fd1d4dfe 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -30,7 +30,7 @@ CC_EXPORT extern const char kEnablePropertyTreeVerification[];
|
| // Switches for both the renderer and ui compositors.
|
| CC_EXPORT extern const char kEnableBeginFrameScheduling[];
|
| CC_EXPORT extern const char kEnableGpuBenchmarking[];
|
| -CC_EXPORT extern const char kEnableCompositorPropertyTrees[];
|
| +CC_EXPORT extern const char kDisableCompositorPropertyTrees[];
|
|
|
| // Debug visualizations.
|
| CC_EXPORT extern const char kShowCompositedLayerBorders[];
|
|
|