[webkit-changes] [WebKit/WebKit] 587026: [IFC][Integration] Remove LineLayout::canUseForAft...
Antti Koivisto
noreply at github.com
Sat Oct 7 07:13:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5870261ff9b3f700cae3614190213e0dc5f0477c
https://github.com/WebKit/WebKit/commit/5870261ff9b3f700cae3614190213e0dc5f0477c
Author: Antti Koivisto <antti at apple.com>
Date: 2023-10-07 (Sat, 07 Oct 2023)
Changed paths:
M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp
M Source/WebCore/layout/integration/LayoutIntegrationCoverage.h
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h
M Source/WebCore/rendering/RenderBlockFlow.cpp
Log Message:
-----------
[IFC][Integration] Remove LineLayout::canUseForAfterBlockStyleChange
https://bugs.webkit.org/show_bug.cgi?id=262835
rdar://116615303
Reviewed by Alan Baradlay.
There are no style based reasons to bail out from IFC anymore.
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::canUseForLineLayoutAfterBlockStyleChange): Deleted.
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::canUseForAfterBlockStyleChange): Deleted.
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::styleDidChange):
Canonical link: https://commits.webkit.org/269040@main
More information about the webkit-changes
mailing list