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

Unified Diff: cc/base/switches.cc

Issue 14409006: cc: Changes to use GL API for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Incorporate code reviews Created 7 years, 7 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 f563e4e571ecc13c709875a6638c16c0f7ea0256..c88b8805103544723a111198e95b6304b06f3a40 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -134,6 +134,9 @@ const char kUIShowOccludingRects[] = "ui-show-occluding-rects";
const char kShowNonOccludingRects[] = "show-nonoccluding-rects";
const char kUIShowNonOccludingRects[] = "ui-show-nonoccluding-rects";
+// Enable the codepath that uses GpuMemoryBuffers within TileManager.
+const char kUseGpuMemoryBuffers[] = "use-gpu-memory-buffers";
piman 2013/05/21 18:15:14 nit: the flag is about as undescriptive as can be.
kaanb 2013/05/21 20:25:41 Done.
+
// Prevents the layer tree unit tests from timing out.
const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout";

Powered by Google App Engine
This is Rietveld 408576698