Bug 256355

Summary: Merge LocalFrameView::layoutOrVisualViewportChanged into LocalFrameView::updateLayoutViewport
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED INVALID    
Severity: Normal CC: bfulgham, simon.fraser, zalan
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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