[webkit-changes] [WebKit/WebKit] 833921: Use currentDrawingAppearance instead of currentApp...

Rose noreply at github.com
Wed Feb 8 09:55:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 833921a024bca719124b3dd7e61d207a31ac65a5
      https://github.com/WebKit/WebKit/commit/833921a024bca719124b3dd7e61d207a31ac65a5
  Author: Rose <83477269+AtariDreams at users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
    M Source/WebCore/page/scrolling/mac/ScrollerMac.mm
    M Source/WebCore/platform/graphics/mac/AppKitControlSystemImage.mm
    M Source/WebCore/platform/graphics/mac/ScrollbarTrackCornerSystemImageMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ControlFactoryMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ControlMac.mm
    M Source/WebCore/platform/graphics/mac/controls/InnerSpinButtonMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ProgressBarMac.mm
    M Source/WebCore/platform/mac/LocalDefaultSystemAppearance.mm
    M Source/WebCore/platform/mac/ScrollbarsControllerMac.mm
    M Source/WebCore/platform/mac/ThemeMac.mm

  Log Message:
  -----------
  Use currentDrawingAppearance instead of currentAppearance
https://bugs.webkit.org/show_bug.cgi?id=251853

Reviewed by Aditya Keerthi.

currentAppearance is deprecated. We should be utilizing
currentDrawingAppearance and find a way to avoid having to manually set
and handle appearances. This PR takes the first step in this by using
currentDrawingAppearance.

Canonical link: https://commits.webkit.org/260017@main




More information about the webkit-changes mailing list