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"; |