[webkit-changes] [WebKit/WebKit] 24f375: Remove unneeded PaginatedLayoutStateMaintainer
Rob Buis
noreply at github.com
Tue Sep 5 13:31:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 24f3755bef3603a022644c621f92a645f6694b61
https://github.com/WebKit/WebKit/commit/24f3755bef3603a022644c621f92a645f6694b61
Author: Rob Buis <rbuis at igalia.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M Source/WebCore/page/LocalFrameViewLayoutContext.cpp
M Source/WebCore/page/LocalFrameViewLayoutContext.h
M Source/WebCore/rendering/RenderLayoutState.cpp
M Source/WebCore/rendering/RenderLayoutState.h
Log Message:
-----------
Remove unneeded PaginatedLayoutStateMaintainer
https://bugs.webkit.org/show_bug.cgi?id=261155
Reviewed by Simon Fraser.
Remove unneeded PaginatedLayoutStateMaintainer.
* Source/WebCore/page/LocalFrameViewLayoutContext.cpp:
(WebCore::LocalFrameViewLayoutContext::pushLayoutStateForPaginationIfNeeded): Deleted.
* Source/WebCore/page/LocalFrameViewLayoutContext.h:
* Source/WebCore/rendering/RenderLayoutState.cpp:
(WebCore::RenderLayoutState::RenderLayoutState):
(WebCore::PaginatedLayoutStateMaintainer::PaginatedLayoutStateMaintainer): Deleted.
(WebCore::PaginatedLayoutStateMaintainer::~PaginatedLayoutStateMaintainer): Deleted.
* Source/WebCore/rendering/RenderLayoutState.h:
Canonical link: https://commits.webkit.org/267647@main
More information about the webkit-changes
mailing list