[webkit-changes] [WebKit/WebKit] e9433a: [WebCore] Replace alternateSelectedControlColor wi...

Rose Silicon noreply at github.com
Tue Sep 3 14:46:47 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e9433a5256327f2d61c9f0d6a094fcc0dc877ae9
      https://github.com/WebKit/WebKit/commit/e9433a5256327f2d61c9f0d6a094fcc0dc877ae9
  Author: Rose <gfunni234 at gmail.com>
  Date:   2024-09-03 (Tue, 03 Sep 2024)

  Changed paths:
    M Source/WebCore/rendering/mac/RenderThemeMac.mm

  Log Message:
  -----------
  [WebCore] Replace alternateSelectedControlColor with selectedContentBackgroundColor
https://bugs.webkit.org/show_bug.cgi?id=278994

Reviewed by Aditya Keerthi.

alternateSelectedControlColor is deprecated.
Replace it with selectedContentBackgroundColor
instead.

See:
https://developer.apple.com/documentation/appkit/nscolor/1533135-alternateselectedcontrolcolor?language=objc

* Source/WebCore/rendering/mac/RenderThemeMac.mm:
  (WebCore::paintAttachmentTitleBackground):
  Use selectedContentBackgroundColor.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list