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

Unified Diff: cc/output/renderer_settings.h

Issue 1379783002: Allow one-copy task tile worker pool to use compressed textures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace memory_efficient_format* with preferred_tile_format Created 5 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
Index: cc/output/renderer_settings.h
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
index 3934139cf06c3ba93a4e8f06d521c496feb9d753..bc89473ee9a47d421babdd1cf7d8629dae06b2ed 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/resources/resource_format.h"
namespace cc {
@@ -25,9 +26,9 @@ class CC_EXPORT RendererSettings {
bool delay_releasing_overlay_resources;
double refresh_rate;
int highp_threshold_min;
- bool use_rgba_4444_textures;
size_t texture_id_allocation_chunk_size;
bool use_gpu_memory_buffer_resources;
+ ResourceFormat preferred_tile_format;
reveman 2015/12/02 18:27:18 Great! and we can add preferred_tile_format_with_a
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698