Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0655dded5553cf5590d8d36a5965b3a771fc93e5
https://github.com/WebKit/WebKit/commit/0655dded5553cf5590d8d36a5965b3a771fc93e5
Author: Fujii Hironori <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M Source/WebCore/page/scrolling/coordinated/ScrollingTreeCoordinated.cpp
Log Message:
-----------
[Coordinated Graphics] ScrollingTreeCoordinated: Consolidate
findEventListenerRegionTypes and collectDescendantLayersAtPoint
https://bugs.webkit.org/show_bug.cgi?id=319437
Reviewed by Carlos Garcia Campos.
315799@main added findEventListenerRegionTypes() in ScrollingTreeCoordinated.cpp
by copying collectDescendantLayersAtPoint() in the file. They can be
consolidated.
Removed them, and added traverseDescendantLayersAtPoint().
* Source/WebCore/page/scrolling/coordinated/ScrollingTreeCoordinated.cpp:
(WebCore::traverseDescendantLayersAtPoint):
(WebCore::ScrollingTreeCoordinated::scrollingNodeForPoint):
(WebCore::ScrollingTreeCoordinated::eventListenerRegionTypesForPoint const):
(WebCore::collectDescendantLayersAtPoint): Deleted.
(WebCore::findEventListenerRegionTypes): Deleted.
Canonical link: https://commits.webkit.org/317533@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications