Bug 256355 - Merge LocalFrameView::layoutOrVisualViewportChanged into LocalFrameView::updateLayoutViewport
Summary: Merge LocalFrameView::layoutOrVisualViewportChanged into LocalFrameView::upda...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-04 23:24 PDT by Ryosuke Niwa
Modified: 2023-05-04 23:29 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2023-05-04 23:24:56 PDT
LocalFrameView::layoutOrVisualViewportChanged is only called by LocalFrameView::updateLayoutViewport at the end.
Merge these two functions to simplify the code.
Comment 1 Ryosuke Niwa 2023-05-04 23:27:39 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13487