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

Unified Diff: cc/output/renderer_settings.h

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/overlay_unittest.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_settings.h
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
index 6da0238382678a55a16f4ad2b5518c4b6eb4a557..01db44c9105477be9b0158c2242796171465c559 100644
--- a/cc/output/renderer_settings.h
+++ b/cc/output/renderer_settings.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
+#include "cc/base/tile_compression_method.h"
namespace cc {
@@ -24,6 +25,9 @@ class CC_EXPORT RendererSettings {
double refresh_rate;
int highp_threshold_min;
bool use_rgba_4444_textures;
+ bool enable_tile_compression;
+ int tile_compression_threshold;
+ TileCompressionMethod tile_compression_method;
size_t texture_id_allocation_chunk_size;
};
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698