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

Unified Diff: cc/base/switches.cc

Issue 1713503002: Reland Allow one-copy and zero-copy task tile worker pools to use compressed textures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 4e02de13206a1539819ef4bc36abbe207b50fa92..25565b1f1163a39dcc3ad8fe53dcd3a9e07190a7 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -45,6 +45,9 @@ const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
const char kStrictLayerPropertyChangeChecking[] =
"strict-layer-property-change-checking";
+// 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