| Index: cc/switches.h | 
| diff --git a/cc/switches.h b/cc/switches.h | 
| index cb051568c1d78eacc6b6a9717bec12e536d61e6a..f42839bc26f5aea7025911605885038bdd01477a 100644 | 
| --- a/cc/switches.h | 
| +++ b/cc/switches.h | 
| @@ -15,8 +15,12 @@ | 
| namespace cc { | 
| namespace switches { | 
|  | 
| -WEBKIT_GLUE_EXPORT extern const char kJankInsteadOfCheckerboard[]; | 
| WEBKIT_GLUE_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[]; | 
| +WEBKIT_GLUE_EXPORT extern const char kDisableThreadedAnimation[]; | 
| +WEBKIT_GLUE_EXPORT extern const char kEnablePartialSwap[]; | 
| +WEBKIT_GLUE_EXPORT extern const char kEnablePerTilePainting[]; | 
| +WEBKIT_GLUE_EXPORT extern const char kEnablePinchInCompositor[]; | 
| +WEBKIT_GLUE_EXPORT extern const char kJankInsteadOfCheckerboard[]; | 
|  | 
| }  // namespace switches | 
| }  // namespace cc | 
|  |