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

Unified Diff: cc/output/renderer_settings.h

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
« no previous file with comments | « cc/base/switches.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_settings.h
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
index 16e8be9f384d08d729be23d9e681124af60aa3dc..57376db632c95a184a3240caedbeb2c6c6d0a654 100644
--- a/cc/output/renderer_settings.h
+++ b/cc/output/renderer_settings.h
@@ -37,6 +37,7 @@ class CC_EXPORT RendererSettings {
int highp_threshold_min;
size_t texture_id_allocation_chunk_size;
bool use_gpu_memory_buffer_resources;
+ bool enable_color_correct_rendering;
enne (OOO) 2016/09/12 18:33:24 This should really be in LayerTreeSettings, I thin
ccameron 2016/09/12 21:21:40 Sounds good -- moved. I think that I'll also want
ResourceFormat preferred_tile_format;
BufferToTextureTargetMap buffer_to_texture_target_map;
« no previous file with comments | « cc/base/switches.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698