[webkit-changes] [WebKit/WebKit] 395522: [Cleanup] List marker geometry update is just regu...
Alan Baradlay
noreply at github.com
Mon Sep 23 10:39:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 395522adf6fe9cf52458f006967f51fb8c2a41c4
https://github.com/WebKit/WebKit/commit/395522adf6fe9cf52458f006967f51fb8c2a41c4
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-09-23 (Mon, 23 Sep 2024)
Changed paths:
M Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.cpp
M Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.h
Log Message:
-----------
[Cleanup] List marker geometry update is just regular box update with outside marker position adjustment
https://bugs.webkit.org/show_bug.cgi?id=280157
Reviewed by Antti Koivisto.
Call setListMarkerOffsetForMarkerOutside after regular box geometry update and
only when not running intrinsic width computation.
* Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.cpp:
(WebCore::LayoutIntegration::BoxGeometryUpdater::setListMarkerOffsetForMarkerOutside):
(WebCore::LayoutIntegration::BoxGeometryUpdater::setGeometriesForIntrinsicWidth):
(WebCore::LayoutIntegration::BoxGeometryUpdater::updateBoxGeometry):
(WebCore::LayoutIntegration::BoxGeometryUpdater::updateListMarkerDimensions): Deleted.
* Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.h:
Canonical link: https://commits.webkit.org/284091@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