Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1695e396e280636e9c23ed2e16367981bb981094
      
https://github.com/WebKit/WebKit/commit/1695e396e280636e9c23ed2e16367981bb981094
  Author: Sammy Gill <[email protected]>
  Date:   2026-06-02 (Tue, 02 Jun 2026)

  Changed paths:
    M Source/WebCore/rendering/RelayoutScopeForScrollbarChange.cpp
    M Source/WebCore/rendering/RenderLayerScrollableArea.cpp
    M Source/WebCore/rendering/ScrollbarUpdateScope.cpp
    M Source/WebCore/rendering/ScrollbarUpdateScope.h

  Log Message:
  -----------
  [Cleanup] Remove redundant ScrollbarUpdateScope::scrollbarChange enum.
https://bugs.webkit.org/show_bug.cgi?id=316111
rdar://problem/178541729

Reviewed by Simon Fraser.

The ScrollbarChange enum was a redundant 1:1 mapping of ScrollbarOrientation.
The "auto scrollbar" semantics are now conveyed by the field/accessor name
(m_autoScrollbarChanges / autoScrollbarChanges()) rather than the enum values.
This also removes the mapScrollbarChangesToOrientations() helper which existed
solely to convert between the two equivalent types.

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



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

Reply via email to