| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 915d8e28de4404372d9fda78ba849e0c27809481..c7a809aa9a24d2f3645dc6625fa71694ddf1af18 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -33,6 +33,7 @@ CC_EXPORT extern const char kEnablePropertyTreeVerification[];
|
|
|
| // Switches for both the renderer and ui compositors.
|
| CC_EXPORT extern const char kUIDisablePartialSwap[];
|
| +CC_EXPORT extern const char kEnableBeginFrameScheduling[];
|
| CC_EXPORT extern const char kEnableGpuBenchmarking[];
|
|
|
| // Debug visualizations.
|
|
|