| Index: cc/proto/renderer_settings.proto
|
| diff --git a/cc/proto/renderer_settings.proto b/cc/proto/renderer_settings.proto
|
| index ab6c4c14260553b4ef7c8c447d03b8fda62c1f8d..6666f5007aeac971ee994bbf610382ea7fe5b8f3 100644
|
| --- a/cc/proto/renderer_settings.proto
|
| +++ b/cc/proto/renderer_settings.proto
|
| @@ -19,7 +19,7 @@
|
| optional bool delay_releasing_overlay_resources = 8;
|
| optional double refresh_rate = 9;
|
| optional uint32 highp_threshold_min = 10;
|
| - optional uint32 texture_id_allocation_chunk_size = 11;
|
| - optional bool use_gpu_memory_buffer_resources = 12;
|
| - optional uint32 preferred_tile_format = 13;
|
| + optional bool use_rgba_4444_textures = 11;
|
| + optional uint32 texture_id_allocation_chunk_size = 12;
|
| + optional bool use_gpu_memory_buffer_resources = 13;
|
| }
|
|
|