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

Unified Diff: cc/base/switches.cc

Issue 2503303002: ps test.
Patch Set: rebase Created 4 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/base/tiling_data.h » ('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 3d2fa44a324be9f96c7910d2ce83025033380eab..9ce00fc02f3526a3d36ce839c58326eacb56e89c 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -52,6 +52,11 @@ const char kEnableColorCorrectRendering[] = "enable-color-correct-rendering";
// Enables the GPU benchmarking extension
const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
+// Enables the different tiling iterator. For better iteration order of odd
+// sized tiles, i.e. tiles not having aspect ratio 1, specify
+// "--tiling-iterator=pyramid-sequence".
+const char kTilingIterator[] = "tiling-iterator";
+
// Renders a border around compositor layers to help debug and study
// layer compositing.
const char kShowCompositedLayerBorders[] = "show-composited-layer-borders";
« no previous file with comments | « cc/base/switches.h ('k') | cc/base/tiling_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698