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