Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9be21af4d2f0bd832ca2c7a2480e5de9a978067a
https://github.com/WebKit/WebKit/commit/9be21af4d2f0bd832ca2c7a2480e5de9a978067a
Author: Alan Baradlay <[email protected]>
Date: 2025-11-23 (Sun, 23 Nov 2025)
Changed paths:
M Source/WebCore/rendering/RenderBlockFlow.cpp
M Source/WebCore/rendering/RenderBlockFlow.h
Log Message:
-----------
[cleanup] Move repaint computation, line clamping and renderer status update
to dedicated functions (RenderBlockFlow::layoutInlineContent)
https://bugs.webkit.org/show_bug.cgi?id=303016
Reviewed by Antti Koivisto.
RenderBlockFlow::layoutInlineContent has been getting packed with too much
logic.
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::markInlineContentDirtyForLayout):
(WebCore::RenderBlockFlow::updateLineClampStateAndLogicalHeightAfterLayout):
(WebCore::RenderBlockFlow::updateRepaintTopAndBottomAfterLayout):
(WebCore::RenderBlockFlow::layoutInlineContent):
* Source/WebCore/rendering/RenderBlockFlow.h:
Canonical link: https://commits.webkit.org/303458@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications