Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 833921a024bca719124b3dd7e61d207a31ac65a5 https://github.com/WebKit/WebKit/commit/833921a024bca719124b3dd7e61d207a31ac65a5 Author: Rose <83477269+ataridre...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes