Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[LFC] Block/InlinFormattingContext should take Block/InlineFormatting…
…State https://bugs.webkit.org/show_bug.cgi?id=193383 Reviewed by Antti Koivisto. This is just a downcast really. * layout/FormattingContext.cpp: (WebCore::Layout::FormattingContext::FormattingContext): (WebCore::Layout::FormattingContext::formattingState const): Deleted. * layout/FormattingContext.h: * layout/LayoutState.cpp: (WebCore::Layout::LayoutState::createFormattingContext): * layout/blockformatting/BlockFormattingContext.cpp: (WebCore::Layout::BlockFormattingContext::BlockFormattingContext): * layout/blockformatting/BlockFormattingContext.h: (WebCore::Layout::BlockFormattingContext::formattingState const): (WebCore::Layout::BlockFormattingContext::blockFormattingState const): Deleted. * layout/inlineformatting/InlineFormattingContext.cpp: (WebCore::Layout::InlineFormattingContext::InlineFormattingContext): (WebCore::Layout::InlineFormattingContext::splitInlineRunIfNeeded const): (WebCore::Layout::InlineFormattingContext::createFinalRuns const): (WebCore::Layout::InlineFormattingContext::postProcessInlineRuns const): (WebCore::Layout::InlineFormattingContext::layoutInlineContent const): (WebCore::Layout::InlineFormattingContext::placeInFlowPositionedChildren const): (WebCore::Layout::InlineFormattingContext::collectInlineContentForSubtree const): (WebCore::Layout::InlineFormattingContext::instrinsicWidthConstraints const): * layout/inlineformatting/InlineFormattingContext.h: (WebCore::Layout::InlineFormattingContext::formattingState const): (WebCore::Layout::InlineFormattingContext::inlineFormattingState const): Deleted. * page/FrameViewLayoutContext.cpp: (WebCore::layoutUsingFormattingContext): Canonical link: https://commits.webkit.org/207884@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239903 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
30edab7
commit 3723068
Showing
8 changed files
with
56 additions
and
23 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
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