Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4d6cf647b093b8dd4b6be1e547fad5869a5c4428
https://github.com/WebKit/WebKit/commit/4d6cf647b093b8dd4b6be1e547fad5869a5c4428
Author: Brandon Stewart <[email protected]>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M Source/WebCore/rendering/GridMasonryLayout.cpp
M Source/WebCore/rendering/GridMasonryLayout.h
Log Message:
-----------
[masonry] Refactor maxRunningPosition calculation in GridMasonryLayout
https://bugs.webkit.org/show_bug.cgi?id=302873
rdar://problem/165133076
Reviewed by Sammy Gill.
Extract duplicated code for calculating the maximum running position across a
span of
grid lines into a new helper method maxRunningPositionForSpan().
* Source/WebCore/rendering/GridMasonryLayout.cpp
* Source/WebCore/rendering/GridMasonryLayout.h
Canonical link: https://commits.webkit.org/303365@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications