[webkit-changes] [WebKit/WebKit] bcf9bd: Use smart pointers for LegacyRootInlineBox and Ren...
Alex Christensen
noreply at github.com
Wed Oct 18 14:12:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bcf9bd0103da3f0ccf52973036629a854dc698d3
https://github.com/WebKit/WebKit/commit/bcf9bd0103da3f0ccf52973036629a854dc698d3
Author: Alex Christensen <achristensen at apple.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M Source/WebCore/layout/integration/inline/InlineIteratorLineBoxLegacyPath.h
M Source/WebCore/rendering/RenderFragmentContainer.h
M Source/WebCore/rendering/RenderMultiColumnSet.cpp
M Source/WebCore/rendering/line/LineLayoutState.h
Log Message:
-----------
Use smart pointers for LegacyRootInlineBox and RenderFragmentedFlow
https://bugs.webkit.org/show_bug.cgi?id=263203
rdar://117027337
Reviewed by Antti Koivisto.
* Source/WebCore/layout/integration/inline/InlineIteratorLineBoxLegacyPath.h:
* Source/WebCore/rendering/RenderFragmentContainer.h:
(WebCore::RenderFragmentContainer::fragmentedFlow const):
* Source/WebCore/rendering/RenderMultiColumnSet.cpp:
(WebCore::RenderMultiColumnSet::containsRendererInFragmentedFlow const):
* Source/WebCore/rendering/line/LineLayoutState.h:
(WebCore::LineLayoutState::endLine const):
(WebCore::LineLayoutState::fragmentedFlow const):
Canonical link: https://commits.webkit.org/269488@main
More information about the webkit-changes
mailing list