[webkit-changes] [WebKit/WebKit] 3ff22d: [Out-of-flow] Remove redundant layout() call in Re...
Alan Baradlay
noreply at github.com
Mon Dec 9 16:51:34 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3ff22d64c7b7ae1028986cac486f581e05485bff
https://github.com/WebKit/WebKit/commit/3ff22d64c7b7ae1028986cac486f581e05485bff
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M Source/WebCore/rendering/RenderBlockFlow.cpp
Log Message:
-----------
[Out-of-flow] Remove redundant layout() call in RenderBlockFlow::setStaticPositionsForSimpleOutOfFlowContent
https://bugs.webkit.org/show_bug.cgi?id=284319
Reviewed by Antti Koivisto.
Layout on out-of-flow renderers is supposed to be called by the containing block as
the very last step.
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::setStaticPositionsForSimpleOutOfFlowContent):
Canonical link: https://commits.webkit.org/287580@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list