| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 9eb12df083cbcfd8fd25aa699b1df8dbc4a8a47c..e39da61bb3be766a0cbdbdc8b41b9cebfd47b033 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -28,7 +28,7 @@ CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[];
|
| CC_EXPORT extern const char kEnableTileCompression[];
|
|
|
| // Switches for both the renderer and ui compositors.
|
| -CC_EXPORT extern const char kEnableBeginFrameScheduling[];
|
| +CC_EXPORT extern const char kDisableBeginFrameScheduling[];
|
| CC_EXPORT extern const char kEnableGpuBenchmarking[];
|
|
|
| // Debug visualizations.
|
|
|