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

Unified Diff: cc/base/switches.cc

Issue 1413153014: Add a flag for enabling compositor 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
Index: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 9a5b03997dc2c1d5dd54596890fc29bf94d144a9..13a9735bff7f42e2b5b8fee170fdc1b0d494eaf7 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -56,6 +56,11 @@ 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
+// draw properties.
+const char kEnableCompositorPropertyTrees[] =
+ "enable-compositor-property-trees";
+
// Renders a border around compositor layers to help debug and study
// layer compositing.
const char kShowCompositedLayerBorders[] = "show-composited-layer-borders";
« cc/base/switches.h ('K') | « cc/base/switches.h ('k') | cc/trees/draw_property_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698