| Index: cc/switches.h | 
| diff --git a/cc/switches.h b/cc/switches.h | 
| index 164b2dec5545a302818950fdfe797bb99513c44c..e3797bb9fab4bd59f80dbccd5670918f7138057d 100644 | 
| --- a/cc/switches.h | 
| +++ b/cc/switches.h | 
| @@ -17,6 +17,7 @@ namespace switches { | 
|  | 
| CC_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[]; | 
| CC_EXPORT extern const char kDisableThreadedAnimation[]; | 
| +CC_EXPORT extern const char kEnableCompositorFrameMessage[]; | 
| CC_EXPORT extern const char kEnableImplSidePainting[]; | 
| CC_EXPORT extern const char kEnablePartialSwap[]; | 
| CC_EXPORT extern const char kEnablePerTilePainting[]; | 
|  |