[webkit-changes] [WebKit/WebKit] fc4e08: [css-masonry] GridTrackSizing Header Cleanup
Brandon Stewart
noreply at github.com
Wed Aug 21 19:52:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fc4e08755b94d4b2e11a0e25a34c136d2cdd0eda
https://github.com/WebKit/WebKit/commit/fc4e08755b94d4b2e11a0e25a34c136d2cdd0eda
Author: Brandon Stewart <brandonstewart at apple.com>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M Source/WebCore/rendering/GridTrackSizingAlgorithm.h
Log Message:
-----------
[css-masonry] GridTrackSizing Header Cleanup
https://bugs.webkit.org/show_bug.cgi?id=278490
rdar://problem/134446919
Reviewed by Sammy Gill.
The original plan was to use StdMultimap, but the implementation changed to using a StdMap with a vector as the value.
The StdMultimap is no longer being used in this file and can be removed.
* Source/WebCore/rendering/GridTrackSizingAlgorithm.h:
Canonical link: https://commits.webkit.org/282599@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