forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IFC][Cleanup] Move members from TextOnlySimpleLineBuilder/LineBuilde…
…r to parent class (AbstractLineBuilder) https://bugs.webkit.org/show_bug.cgi?id=265091 Reviewed by Antti Koivisto. * Source/WebCore/layout/formattingContexts/inline/AbstractLineBuilder.cpp: (WebCore::Layout::AbstractLineBuilder::AbstractLineBuilder): (WebCore::Layout::AbstractLineBuilder::reset): (WebCore::Layout::AbstractLineBuilder::root const): (WebCore::Layout::AbstractLineBuilder::rootStyle const): (WebCore::Layout::AbstractLineBuilder::layoutState const): (WebCore::Layout::AbstractLineBuilder::layoutState): * Source/WebCore/layout/formattingContexts/inline/AbstractLineBuilder.h: (WebCore::Layout::AbstractLineBuilder::isFirstFormattedLine const): (WebCore::Layout::AbstractLineBuilder::formattingContext): (WebCore::Layout::AbstractLineBuilder::formattingContext const): (WebCore::Layout::AbstractLineBuilder::rootHorizontalConstraints const): (WebCore::Layout::AbstractLineBuilder::blockLayoutState const): * Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp: (WebCore::Layout::LineBuilder::LineBuilder): (WebCore::Layout::LineBuilder::initialize): (WebCore::Layout::LineBuilder::tryPlacingFloatBox): (WebCore::Layout::LineBuilder::root const): Deleted. (WebCore::Layout::LineBuilder::rootStyle const): Deleted. (WebCore::Layout::LineBuilder::layoutState const): Deleted. (WebCore::Layout::LineBuilder::layoutState): Deleted. * Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.h: (WebCore::Layout::LineBuilder::isLineConstrainedByFloat const): (WebCore::Layout::LineBuilder::isFirstFormattedLine const): Deleted. (WebCore::Layout::LineBuilder::formattingContext): Deleted. (WebCore::Layout::LineBuilder::formattingContext const): Deleted. (WebCore::Layout::LineBuilder::blockLayoutState const): Deleted. * Source/WebCore/layout/formattingContexts/inline/TextOnlySimpleLineBuilder.cpp: (WebCore::Layout::TextOnlySimpleLineBuilder::TextOnlySimpleLineBuilder): (WebCore::Layout::TextOnlySimpleLineBuilder::initialize): (WebCore::Layout::TextOnlySimpleLineBuilder::commitCandidateContent): (WebCore::Layout::TextOnlySimpleLineBuilder::handleOverflowingTextContent): (WebCore::Layout::TextOnlySimpleLineBuilder::revertToLastNonOverflowingItem): (WebCore::Layout::TextOnlySimpleLineBuilder::root const): Deleted. * Source/WebCore/layout/formattingContexts/inline/TextOnlySimpleLineBuilder.h: (WebCore::Layout::TextOnlySimpleLineBuilder::isFirstFormattedLine const): Deleted. (WebCore::Layout::TextOnlySimpleLineBuilder::formattingContext const): Deleted. Canonical link: https://commits.webkit.org/270950@main
- Loading branch information
1 parent
be6ad68
commit 77cb22c
Showing
6 changed files
with
80 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters