| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 611f0da4e58dfe433c70777891ff1bd28e2dbf58..383a6acea9c77c99f712bfc8078d194ee7b8ccbe 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -31,6 +31,7 @@ CC_EXPORT extern const char kMaxUnusedResourceMemoryUsagePercentage[];
|
| CC_EXPORT extern const char kEnablePinchVirtualViewport[];
|
| CC_EXPORT extern const char kDisablePinchVirtualViewport[];
|
| CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[];
|
| +CC_EXPORT extern const char kEnablePropertyTreeVerification[];
|
|
|
| // Switches for both the renderer and ui compositors.
|
| CC_EXPORT extern const char kUIDisablePartialSwap[];
|
|
|