[webkit-changes] [WebKit/WebKit] 2ba7aa: Fix for Mac Builds with INTERACTION_REGIONS_IN_EVE...
megangardner
noreply at github.com
Fri Jun 14 10:50:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2ba7aa7e093f16512f933ba4c161edcdab869ac0
https://github.com/WebKit/WebKit/commit/2ba7aa7e093f16512f933ba4c161edcdab869ac0
Author: Megan Gardner <megan_gardner at apple.com>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M Source/WebCore/rendering/RenderLayerCompositor.cpp
Log Message:
-----------
Fix for Mac Builds with INTERACTION_REGIONS_IN_EVENT_REGION turned on.
https://bugs.webkit.org/show_bug.cgi?id=275495
rdar://129859381
Reviewed by Tim Horton.
This code was behind #if ENABLE(SCROLLING_THREAD) which is only
true on mac, so this path was not complied in normal workflows.
* Source/WebCore/rendering/RenderLayerCompositor.cpp:
(WebCore::RenderLayerCompositor::updateScrollLayerClipping):
Canonical link: https://commits.webkit.org/280025@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