summaryrefslogtreecommitdiff
path: root/chromium/content/public/common/web_preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/common/web_preferences.h')
-rw-r--r--chromium/content/public/common/web_preferences.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/content/public/common/web_preferences.h b/chromium/content/public/common/web_preferences.h
index 4ba03d3a621..bf98747b7b3 100644
--- a/chromium/content/public/common/web_preferences.h
+++ b/chromium/content/public/common/web_preferences.h
@@ -126,7 +126,6 @@ struct CONTENT_EXPORT WebPreferences {
bool new_canvas_2d_api_enabled;
bool antialiased_2d_canvas_disabled;
bool antialiased_clips_2d_canvas_enabled;
- int accelerated_2d_canvas_msaa_sample_count;
bool accelerated_filters_enabled;
bool deferred_filters_enabled;
bool container_culling_enabled;
@@ -161,7 +160,6 @@ struct CONTENT_EXPORT WebPreferences {
bool dont_send_key_events_to_javascript;
bool barrel_button_for_drag_enabled = false;
bool sync_xhr_in_documents_enabled;
- bool should_respect_image_orientation;
int number_of_cpu_cores;
EditingBehavior editing_behavior;
bool supports_multiple_windows;
@@ -320,7 +318,7 @@ struct CONTENT_EXPORT WebPreferences {
// evaluate the prefers-color-scheme media query and resolve UA color scheme
// to be used based on the supported-color-schemes META tag and CSS property.
blink::PreferredColorScheme preferred_color_scheme =
- blink::PreferredColorScheme::kNoPreference;
+ blink::PreferredColorScheme::kLight;
// Network quality threshold below which resources from iframes are assigned
// either kVeryLow or kVeryLow Blink priority.