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

Unified Diff: cc/proto/renderer_settings.proto

Issue 2328133002: Add cc::LayerTreeSettings for color correct rendering (Closed)
Patch Set: Created 4 years, 3 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698