[webkit-changes] [WebKit/WebKit] 15562b: [IFC] Remove redundant LineBuilder::m_inlineFormat...
Alan Baradlay
noreply at github.com
Sat May 6 06:22:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 15562b7241ea1b8f7a713e1790700eb2dd08aedc
https://github.com/WebKit/WebKit/commit/15562b7241ea1b8f7a713e1790700eb2dd08aedc
Author: Alan Baradlay <zalan at apple.com>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp
M Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.h
Log Message:
-----------
[IFC] Remove redundant LineBuilder::m_inlineFormattingState
https://bugs.webkit.org/show_bug.cgi?id=256282
Reviewed by Antti Koivisto.
LineBuilder does not mutate box geometry through inline formatting state anymore.
* Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp:
(WebCore::Layout::LineBuilder::LineBuilder):
* Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.h:
(WebCore::Layout::LineBuilder::formattingContext const):
(WebCore::Layout::LineBuilder::formattingState): Deleted.
Canonical link: https://commits.webkit.org/263755@main
More information about the webkit-changes
mailing list