| 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;
|
| }
|
|
|