summaryrefslogtreecommitdiff
path: root/chromium/content/public/common/web_preferences.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-12 14:27:29 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-13 09:35:20 +0000
commitc30a6232df03e1efbd9f3b226777b07e087a1122 (patch)
treee992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/content/public/common/web_preferences.h
parent7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff)
downloadqtwebengine-chromium-85-based.tar.gz
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
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.