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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

Issue 2052563002: Add Settings::useDefaultImageInterpolationQuality and use it in repaint tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline some pixel tests containing scaled images Created 4 years, 6 months 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: third_party/WebKit/Source/core/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index f5f3f4e59cc5406bdf1bd20475d7dcd99604c4aa..ed281c61e1d3449ccf0b63ef3f42729635b2b6db 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -407,3 +407,7 @@ blockedMainThreadEventsWarningThreshold type=double, initial=0
# when there is greater adoption, interventions to force it on and associated devtools
# to enable it have been shipped.
passiveListenerDefault type=PassiveListenerDefault, initial=PassiveListenerDefault::False
+
+# Use default interpolation quality to scale bitmap images if quality is not determined
+# in other ways. This can help us writing reftests containing scaled images.
+useDefaultImageInterpolationQuality initial=false

Powered by Google App Engine
This is Rietveld 408576698