Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 78d90a8e53b2f787f468ac358bb024e4f7390ef2
      
https://github.com/WebKit/WebKit/commit/78d90a8e53b2f787f468ac358bb024e4f7390ef2
  Author: Kimmo Kinnunen <kkinnu...@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to