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

Unified Diff: cc/proto/renderer_settings.proto

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: Remove needs_conversion, fix tile size unit test and move modulo 4 DCHECK (for tests) 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/proto/renderer_settings.proto
diff --git a/cc/proto/renderer_settings.proto b/cc/proto/renderer_settings.proto
index 6666f5007aeac971ee994bbf610382ea7fe5b8f3..ab6c4c14260553b4ef7c8c447d03b8fda62c1f8d 100644
--- a/cc/proto/renderer_settings.proto
+++ b/cc/proto/renderer_settings.proto
@@ -19,7 +19,7 @@ message RendererSettings {
optional bool delay_releasing_overlay_resources = 8;
optional double refresh_rate = 9;
optional uint32 highp_threshold_min = 10;
- optional bool use_rgba_4444_textures = 11;
- optional uint32 texture_id_allocation_chunk_size = 12;
- optional bool use_gpu_memory_buffer_resources = 13;
+ optional uint32 texture_id_allocation_chunk_size = 11;
+ optional bool use_gpu_memory_buffer_resources = 12;
+ optional uint32 preferred_tile_format = 13;
}

Powered by Google App Engine
This is Rietveld 408576698