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

Unified Diff: cc/proto/renderer_settings.proto

Issue 1713503002: Reland Allow one-copy and zero-copy task tile worker pools to use compressed textures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 months 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_unittest.cc ('k') | cc/raster/one_copy_tile_task_worker_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/renderer_settings.proto
diff --git a/cc/proto/renderer_settings.proto b/cc/proto/renderer_settings.proto
index c43993431e458c500149b48acf5511ee9572f946..753de48515b1c9c4c76d831214a69b46c4b14d7d 100644
--- a/cc/proto/renderer_settings.proto
+++ b/cc/proto/renderer_settings.proto
@@ -19,7 +19,7 @@ message RendererSettings {
optional bool release_overlay_resources_on_swap_complete = 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;
}
« no previous file with comments | « cc/output/renderer_settings_unittest.cc ('k') | cc/raster/one_copy_tile_task_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698