Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1881)

Unified Diff: cc/base/switches.cc

Issue 918633003: Add a telemetry measurement for property tree performance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index d34821e0fac6bf348af5fd66c7d282d33b484a1e..ffef66cf7e16662ac0313fd2a5d11d1f26ac35ca 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 math 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";

Powered by Google App Engine
This is Rietveld 408576698