[webkit-changes] [WebKit/WebKit] 51a237: Delete unused LocalFrameViewLayoutContext's startD...
Ryosuke Niwa
noreply at github.com
Thu May 11 01:33:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 51a237c46065e305f9073c88da9fc387fda98356
https://github.com/WebKit/WebKit/commit/51a237c46065e305f9073c88da9fc387fda98356
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M Source/WebCore/page/LocalFrameView.h
M Source/WebCore/page/LocalFrameViewLayoutContext.cpp
M Source/WebCore/page/LocalFrameViewLayoutContext.h
Log Message:
-----------
Delete unused LocalFrameViewLayoutContext's startDisallowingLayout and endDisallowingLayout
https://bugs.webkit.org/show_bug.cgi?id=256630
Reviewed by Antti Koivisto.
Deleted the unused code.
* Source/WebCore/page/LocalFrameView.h:
* Source/WebCore/page/LocalFrameViewLayoutContext.cpp:
(WebCore::LocalFrameViewLayoutContext::performLayout):
(WebCore::LocalFrameViewLayoutContext::canPerformLayout const):
* Source/WebCore/page/LocalFrameViewLayoutContext.h:
(WebCore::LocalFrameViewLayoutContext::startDisallowingLayout): Deleted.
(WebCore::LocalFrameViewLayoutContext::endDisallowingLayout): Deleted.
(WebCore::LocalFrameViewLayoutContext::layoutDisallowed const): Deleted.
Canonical link: https://commits.webkit.org/263955@main
More information about the webkit-changes
mailing list