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

Unified Diff: cc/output/renderer_settings.cc

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/output/renderer_settings.h ('k') | cc/output/renderer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_settings.cc
diff --git a/cc/output/renderer_settings.cc b/cc/output/renderer_settings.cc
index 2277af3ed3cb18e31220005b972d6cea05d7eeff..7fe662a00ee686b301ee5d3d62da7636891ec82a 100644
--- a/cc/output/renderer_settings.cc
+++ b/cc/output/renderer_settings.cc
@@ -20,6 +20,9 @@ RendererSettings::RendererSettings()
refresh_rate(60.0),
highp_threshold_min(0),
use_rgba_4444_textures(false),
+ enable_tile_compression(false),
+ tile_compression_threshold(-1),
+ tile_compression_method(TILE_COMPRESSION_METHOD_AUTOMATIC),
texture_id_allocation_chunk_size(64) {
}
« no previous file with comments | « cc/output/renderer_settings.h ('k') | cc/output/renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698