| Index: cc/switches.h
|
| diff --git a/cc/switches.h b/cc/switches.h
|
| index 839e36b8f216add30c2af1734cb9d935f8b3afa9..347c4958c69bb89e8be67c0c8de4022e18d1439d 100644
|
| --- a/cc/switches.h
|
| +++ b/cc/switches.h
|
| @@ -22,6 +22,11 @@ CC_EXPORT extern const char kEnablePerTilePainting[];
|
| CC_EXPORT extern const char kEnablePinchInCompositor[];
|
| CC_EXPORT extern const char kImplSidePainting[];
|
| CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
|
| +CC_EXPORT extern const char kShowPropertyChangedRects[];
|
| +CC_EXPORT extern const char kShowSurfaceDamageRects[];
|
| +CC_EXPORT extern const char kShowScreenSpaceRects[];
|
| +CC_EXPORT extern const char kShowReplicaScreenSpaceRects[];
|
| +CC_EXPORT extern const char kShowOccludingRects[];
|
| CC_EXPORT extern const char kTraceOverdraw[];
|
|
|
| } // namespace switches
|
|
|