| Index: cc/switches.h
|
| diff --git a/cc/switches.h b/cc/switches.h
|
| index f7c3485770898291fdbf0118022efb3d7f0a3ebd..a9f86f49970395b70b642e3c0c5db30154483a43 100644
|
| --- a/cc/switches.h
|
| +++ b/cc/switches.h
|
| @@ -22,6 +22,7 @@ CC_EXPORT extern const char kEnablePartialSwap[];
|
| CC_EXPORT extern const char kEnablePerTilePainting[];
|
| CC_EXPORT extern const char kEnablePinchInCompositor[];
|
| CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
|
| +CC_EXPORT extern const char kNumRasterThreads[];
|
| CC_EXPORT extern const char kShowPropertyChangedRects[];
|
| CC_EXPORT extern const char kShowSurfaceDamageRects[];
|
| CC_EXPORT extern const char kShowScreenSpaceRects[];
|
|
|