| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 55e7172cbaa3ceabdaece22c0f9cdaebe9c4c87a..365029087372a56542daabf4d11e7ee46d288287 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -43,6 +43,7 @@ CC_EXPORT extern const char kUseCheapnessEstimator[];
|
| CC_EXPORT extern const char kUseColorEstimator[];
|
| CC_EXPORT extern const char kLowResolutionContentsScaleFactor[];
|
| CC_EXPORT extern const char kCompositeToMailbox[];
|
| +CC_EXPORT extern const char kEnableVsyncNotification[];
|
|
|
| CC_EXPORT bool IsImplSidePaintingEnabled();
|
|
|
|
|