Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4c0f67a9f95e1decf3aa3d7c2c397a0b5d80f62a https://github.com/WebKit/WebKit/commit/4c0f67a9f95e1decf3aa3d7c2c397a0b5d80f62a Author: Alan Baradlay <za...@apple.com> Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths: M Source/WebCore/Headers.cmake M Source/WebCore/WebCore.xcodeproj/project.pbxproj A Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContent.h M Source/WebCore/layout/integration/inline/InlineIteratorBoxModernPath.h M Source/WebCore/layout/integration/inline/InlineIteratorLineBoxModernPath.h M Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContent.h Log Message: ----------- [IFC][Partial layout] Move InlineContent struct from /integration to under /display https://bugs.webkit.org/show_bug.cgi?id=253470 Reviewed by Antti Koivisto. All inline display types should be under /display. This is also in preparation for using InlineContent instead of InlineFormattingState to store all boxes and lines. * Source/WebCore/Headers.cmake: * Source/WebCore/WebCore.xcodeproj/project.pbxproj: * Source/WebCore/layout/integration/inline/InlineIteratorBoxModernPath.h: (WebCore::InlineIterator::BoxModernPath::boxes const): * Source/WebCore/layout/integration/inline/InlineIteratorLineBoxModernPath.h: (WebCore::InlineIterator::LineBoxIteratorModernPath::lines const): * Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContent.h: (WebCore::LayoutIntegration::InlineContent::displayContent): (WebCore::LayoutIntegration::InlineContent::displayContent const): (WebCore::LayoutIntegration::InlineContent::DisplayContent::clear): Deleted. Canonical link: https://commits.webkit.org/261356@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes