[webkit-changes] [WebKit/WebKit] a34491: [Cleanup] Rename RenderBox::computeLogicalWidthInF...
Alan Baradlay
noreply at github.com
Mon Dec 30 11:59:11 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a3449134af9f921aea854878aa40214f62d1fd62
https://github.com/WebKit/WebKit/commit/a3449134af9f921aea854878aa40214f62d1fd62
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-12-30 (Mon, 30 Dec 2024)
Changed paths:
M Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp
M Source/WebCore/rendering/RenderBox.cpp
M Source/WebCore/rendering/RenderBox.h
M Source/WebCore/rendering/RenderFlexibleBox.cpp
M Source/WebCore/rendering/RenderTable.cpp
Log Message:
-----------
[Cleanup] Rename RenderBox::computeLogicalWidthInFragmentUsing to computeLogicalWidthUsing
https://bugs.webkit.org/show_bug.cgi?id=285196
Reviewed by Antti Koivisto.
No one calls computeLogicalWidthInFragmentUsing with a non-null fragment.
* Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp:
(WebCore::GridTrackSizingAlgorithmStrategy::minLogicalSizeForGridItem const):
* Source/WebCore/rendering/RenderBox.cpp:
(WebCore::RenderBox::constrainLogicalWidthByMinMax const):
(WebCore::RenderBox::shrinkLogicalWidthToAvoidFloats const):
(WebCore::RenderBox::computeLogicalWidth const):
(WebCore::RenderBox::computeLogicalWidthUsing const):
(WebCore::RenderBox::computeMinMaxLogicalHeightFromAspectRatio const):
(WebCore::RenderBox::computeLogicalWidthInFragmentUsing const): Deleted.
* Source/WebCore/rendering/RenderBox.h:
* Source/WebCore/rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::computeMainAxisExtentForFlexItem):
* Source/WebCore/rendering/RenderTable.cpp:
(WebCore::RenderTable::updateLogicalWidth):
Canonical link: https://commits.webkit.org/288333@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