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

Unified Diff: cc/base/switches.cc

Issue 2612123002: cc: Add a flag to check for tile priority inversion in AssignGpuMemory. (Closed)
Patch Set: master: update Created 3 years, 11 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 94890bdfdf6b9751ba9c5af9ec7f3f7129fb219e..b7de4724ccefc1a8be3b44965956528779bfcd78 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -57,6 +57,9 @@ const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
// with physically correct blending and interpolation.
const char kEnableTrueColorRendering[] = "enable-true-color-rendering";
+// Enables CHECKs to ensure that tile priorities are not inverted.
+const char kCheckTilePriorityInversion[] = "check-tile-priority-inversion";
+
// 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/tiles/tile_manager.h » ('j') | cc/tiles/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698