Bug 256355
| Summary: | Merge LocalFrameView::layoutOrVisualViewportChanged into LocalFrameView::updateLayoutViewport | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Layout and Rendering | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, zalan |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
LocalFrameView::layoutOrVisualViewportChanged is only called by LocalFrameView::updateLayoutViewport at the end.
Merge these two functions to simplify the code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/13487