Index: cc/base/switches.cc |
diff --git a/cc/base/switches.cc b/cc/base/switches.cc |
index c3fad972b8fab2ed0afa1d90a094d897065d7efb..504e787cd66e73a7a69ba0d8a62ba9bd7cfb39d8 100644 |
--- a/cc/base/switches.cc |
+++ b/cc/base/switches.cc |
@@ -58,6 +58,11 @@ const char kStrictLayerPropertyChangeChecking[] = |
const char kEnablePinchVirtualViewport[] = "enable-pinch-virtual-viewport"; |
const char kDisablePinchVirtualViewport[] = "disable-pinch-virtual-viewport"; |
+// Ensures that the draw properties computed via the property trees match those |
+// computed by CalcDrawProperties. |
+const char kEnablePropertyTreeVerification[] = |
+ "enable-property-tree-verification"; |
+ |
// Disable partial swap which is needed for some OpenGL drivers / emulators. |
const char kUIDisablePartialSwap[] = "ui-disable-partial-swap"; |