| Index: cc/proto/renderer_settings.proto
|
| diff --git a/cc/proto/renderer_settings.proto b/cc/proto/renderer_settings.proto
|
| index 4809c3ed99ac2b33f958b63cde83342fe046d099..3c8863c0431a9e550ed759c308aeb4b4467d689f 100644
|
| --- a/cc/proto/renderer_settings.proto
|
| +++ b/cc/proto/renderer_settings.proto
|
| @@ -27,6 +27,7 @@ message RendererSettings {
|
| optional uint32 highp_threshold_min = 10;
|
| optional uint32 texture_id_allocation_chunk_size = 11;
|
| optional bool use_gpu_memory_buffer_resources = 12;
|
| + optional bool enable_color_correct_rendering = 15;
|
| optional uint32 preferred_tile_format = 13;
|
| repeated BufferToTextureTarget buffer_to_texture_target = 14;
|
| }
|
|
|