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

Unified Diff: content/public/common/web_preferences.h

Issue 2530503003: Add --enable-true-color-rendering flag (Closed)
Patch Set: Rebase Created 4 years, 1 month 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: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index a8d7f8f37aadb10f875a5dbaa7f1e921b55c7324..a82de688673d85d7508fd3b1a3ab8c4950aaf5cb 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -171,6 +171,7 @@ struct CONTENT_EXPORT WebPreferences {
ui::HoverType primary_hover_type;
bool sync_xhr_in_documents_enabled;
bool color_correct_rendering_enabled = false;
+ bool true_color_rendering_enabled = false;
bool should_respect_image_orientation;
int number_of_cpu_cores;
EditingBehavior editing_behavior;
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698