| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 145f9334b740cfc1b1f02115e05222c3e3b06142..0fb88c6349eb61b0930632284d6e6cd21aba4204 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -38,6 +38,7 @@ CC_EXPORT extern const char kLowResolutionContentsScaleFactor[];
|
| CC_EXPORT extern const char kCompositeToMailbox[];
|
| CC_EXPORT extern const char kMaxPrepaintTileDistance[];
|
| CC_EXPORT extern const char kMaxTilesForInterestArea[];
|
| +CC_EXPORT extern const char kMaxUnusedResourceMemoryUsagePercentage[];
|
|
|
| // Switches for both the renderer and ui compositors.
|
| CC_EXPORT extern const char kEnablePartialSwap[];
|
|
|