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

Unified Diff: cc/base/switches.cc

Issue 1449143004: Enable compositor-thread property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « cc/base/switches.h ('k') | cc/test/data/background_filter_on_scaled_layer_gl.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 13a9735bff7f42e2b5b8fee170fdc1b0d494eaf7..af836e3f68c57a6487331b106b28216fb921282e 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -56,10 +56,10 @@ const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling";
// Enables the GPU benchmarking extension
const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
-// Enables the use of property trees rather than CalcDrawProps for computing
+// Disables the use of property trees rather than CalcDrawProps for computing
// draw properties.
-const char kEnableCompositorPropertyTrees[] =
- "enable-compositor-property-trees";
+const char kDisableCompositorPropertyTrees[] =
+ "disable-compositor-property-trees";
// Renders a border around compositor layers to help debug and study
// layer compositing.
« no previous file with comments | « cc/base/switches.h ('k') | cc/test/data/background_filter_on_scaled_layer_gl.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698