forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unused LocalFrameViewLayoutContext's startDisallowingLayout an…
…d 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
- Loading branch information
Showing
3 changed files
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters