[webkit-changes] [WebKit/WebKit] 6a18e3: [Flex] Rename layoutFlexItems to performFlexLayout
Sammy Gill
noreply at github.com
Tue Jul 16 14:37:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6a18e32fbbfc5f8a404f102665d6e6a6263b9048
https://github.com/WebKit/WebKit/commit/6a18e32fbbfc5f8a404f102665d6e6a6263b9048
Author: Sammy Gill <sammy.gill at apple.com>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M Source/WebCore/rendering/RenderFlexibleBox.cpp
M Source/WebCore/rendering/RenderFlexibleBox.h
Log Message:
-----------
[Flex] Rename layoutFlexItems to performFlexLayout
https://bugs.webkit.org/show_bug.cgi?id=276669
rdar://131855250
Reviewed by Alan Baradlay.
We currently have layoutFlexItems and
layoutAndPlaceFlexItems. Let's rename layoutFlexItems
to performFlexLayout as it encapsulates all of the
flex layout logic.
* Source/WebCore/rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::layoutBlock):
(WebCore::RenderFlexibleBox::performFlexLayout):
(WebCore::RenderFlexibleBox::layoutFlexItems): Deleted.
* Source/WebCore/rendering/RenderFlexibleBox.h:
Canonical link: https://commits.webkit.org/281021@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