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

Unified Diff: cc/base/switches.cc

Issue 1514743002: cc: turn on strict paint property checking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DragImageView to not resize during paint Created 5 years 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 9cf6d5c470e6f1d78f4237ed5eac80b608aabef7..b906586e2a5d6975a8fe7b86c1bb034956dcef6d 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -41,10 +41,6 @@ const char kTopControlsShowThreshold[] = "top-controls-show-threshold";
// complete, such as --slow-down-raster-scale-factor=25.
const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
-// Check that property changes during paint do not occur.
-const char kStrictLayerPropertyChangeChecking[] =
- "strict-layer-property-change-checking";
-
// Ensures that the draw properties computed via the property trees match those
// computed by CalcDrawProperties.
const char kEnablePropertyTreeVerification[] =

Powered by Google App Engine
This is Rietveld 408576698