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

Unified Diff: cc/base/switches.cc

Issue 1712483002: CL for perf tryjob on android Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « cc/base/switches.h ('k') | cc/layers/picture_layer_impl.cc » ('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 16f96d981ea04903d03dac02a8f3fa693d9ce265..bf1d9a45b021507991bffc801e590efc2f634551 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -50,6 +50,9 @@ const char kStrictLayerPropertyChangeChecking[] =
const char kEnablePropertyTreeVerification[] =
"enable-property-tree-verification";
+// Compress tile textures for GPUs supporting it.
+const char kEnableTileCompression[] = "enable-tile-compression";
+
// Use a BeginFrame signal from browser to renderer to schedule rendering.
const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling";
« no previous file with comments | « cc/base/switches.h ('k') | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698