| 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;
|
|
|