| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index bcceb6b29e3b441f67e053ac7543cc51b4fa7676..6d08c2ee150ee835ff621bc967f65590a80000a6 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -175,8 +175,8 @@ struct CONTENT_EXPORT WebPreferences {
|
| int available_hover_types;
|
| ui::HoverType primary_hover_type;
|
| bool sync_xhr_in_documents_enabled;
|
| + bool color_canvas_extensions_enabled = false;
|
| bool color_correct_rendering_enabled = false;
|
| - bool color_correct_rendering_default_mode_enabled = false;
|
| bool should_respect_image_orientation;
|
| int number_of_cpu_cores;
|
| EditingBehavior editing_behavior;
|
|
|