[webkit-changes] [WebKit/WebKit] 78d90a: BoxDecorationPainter should not use InterpolationQ...
Kimmo Kinnunen
noreply at github.com
Fri Sep 29 07:21:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 78d90a8e53b2f787f468ac358bb024e4f7390ef2
https://github.com/WebKit/WebKit/commit/78d90a8e53b2f787f468ac358bb024e4f7390ef2
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M Source/WebCore/display/css/DisplayBoxDecorationPainter.cpp
Log Message:
-----------
BoxDecorationPainter should not use InterpolationQuality::Default with ImagePaintingOptions
https://bugs.webkit.org/show_bug.cgi?id=262360
rdar://116228654
Reviewed by Tim Nguyen.
Passing "Default" in ImagePaintingOptions means "Use what is in
GraphicsContext". It is the same as not passing anything.
This is work towards removing ImagePaintingOptions::Default, as it
does not mean what the developers think it means (platform default
image quality).
* Source/WebCore/display/css/DisplayBoxDecorationPainter.cpp:
(WebCore::Display::BoxDecorationPainter::paintFillLayer const):
Canonical link: https://commits.webkit.org/268650@main
More information about the webkit-changes
mailing list