[webkit-changes] [WebKit/WebKit] c7a418: [Cleanup] LayoutIntegrationCoverage should be abou...
Alan Baradlay
noreply at github.com
Thu Sep 26 14:45:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c7a4182ac96644757cfed05f7823fe1ea1370afc
https://github.com/WebKit/WebKit/commit/c7a4182ac96644757cfed05f7823fe1ea1370afc
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp
M Source/WebCore/layout/integration/LayoutIntegrationCoverage.h
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
Log Message:
-----------
[Cleanup] LayoutIntegrationCoverage should be about canUse* functions
https://bugs.webkit.org/show_bug.cgi?id=280412
Reviewed by Antti Koivisto.
Move line layout specific function (shouldInvalidateLineLayoutPathAfterChangeFor) over to LayoutIntegrationLineLayout.
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::canUseForPreferredWidthComputation):
(WebCore::LayoutIntegration::shouldInvalidateLineLayoutPathAfterChangeFor): Deleted.
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::shouldInvalidateLineLayoutPathAfterChangeFor):
Canonical link: https://commits.webkit.org/284315@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