Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 22adb02ed37cadc140b69d17d2f83424c148992d
      
https://github.com/WebKit/WebKit/commit/22adb02ed37cadc140b69d17d2f83424c148992d
  Author: Ryosuke Niwa <[email protected]>
  Date:   2025-11-03 (Mon, 03 Nov 2025)

  Changed paths:
    M Source/WebCore/page/scrolling/mac/ScrollerPairMac.h
    M Source/WebCore/page/scrolling/mac/ScrollerPairMac.mm

  Log Message:
  -----------
  Remove checked scrollbar getters on ScrollerPairMac
https://bugs.webkit.org/show_bug.cgi?id=301887

Reviewed by Geoffrey Garen.

Remove checkedVerticalScroller and checkedHorizontalScroller from 
ScrollerPairMac after 302500@main.

No new tests since there should be no behavioral differences.

* Source/WebCore/page/scrolling/mac/ScrollerPairMac.h:
(WebCore::ScrollerPairMac::verticalScroller):
(WebCore::ScrollerPairMac::horizontalScroller):
(WebCore::ScrollerPairMac::checkedVerticalScroller): Deleted.
(WebCore::ScrollerPairMac::checkedVerticalScroller const): Deleted.
(WebCore::ScrollerPairMac::checkedHorizontalScroller): Deleted.
(WebCore::ScrollerPairMac::checkedHorizontalScroller const): Deleted.
* Source/WebCore/page/scrolling/mac/ScrollerPairMac.mm:
(WebCore::ScrollerPairMac::init):
(WebCore::ScrollerPairMac::~ScrollerPairMac):
(WebCore::ScrollerPairMac::updateValues):
(WebCore::ScrollerPairMac::hasScrollerImp):
(WebCore::ScrollerPairMac::releaseReferencesToScrollerImpsOnTheMainThread):
(WebCore::ScrollerPairMac::scrollbarStateForOrientation const):
(WebCore::ScrollerPairMac::mouseIsInScrollbar):
(WebCore::ScrollerPairMac::setUseDarkAppearance):
(WebCore::ScrollerPairMac::setScrollbarWidth):
(WebCore::ScrollerPairMac::scrollbarColorChanged):

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



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

Reply via email to