Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FrameView::layout cleanup] Move scrollbars setup logic to a separate…
… function https://bugs.webkit.org/show_bug.cgi?id=178394 <rdar://problem/35031066> Reviewed by Antti Koivisto. Decouple scrollbars setup and the unrelated first-layout logic. FIXME: find out why m_firstLayout depends on the subtree flag (I'd assume we issue full layout the very first time). Covered by existing test cases. * page/FrameView.cpp: (WebCore::FrameView::adjustScrollbarsForLayout): (WebCore::FrameView::layout): * page/FrameView.h: Canonical link: https://commits.webkit.org/194728@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223712 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
48 additions
and 26 deletions.
- +18 −0 Source/WebCore/ChangeLog
- +28 −26 Source/WebCore/page/FrameView.cpp
- +2 −0 Source/WebCore/page/FrameView.h
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