Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 15771c4d920ea89b2755a048f47281243343e914
https://github.com/WebKit/WebKit/commit/15771c4d920ea89b2755a048f47281243343e914
Author: Yulun Wu <[email protected]>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M Source/WebCore/rendering/RenderBlockFlow.cpp
Log Message:
-----------
[Refactor] RenderBlockFlow::collapseMarginsWithChildInfo.
https://bugs.webkit.org/show_bug.cgi?id=312172
<rdar://173643131>
Reviewed by Sammy Gill.
This PR updates:
logicalTop -> logicalTopBeforeMarginCollapse
beforeCollapseLogicalTop -> logicalTopBeforeMarginCollapse
oldLogicalTop -> logicalTopBeforePagination
This makes it easier to determine the difference between the logical tops
that are tracked throughout the function.
No behavior change.
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::collapseMarginsWithChildInfo):
Canonical link: https://commits.webkit.org/311480@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications