Do not discard screen info in RenderViewImpl::OnDisableAutoResize.
This caused fast/autoresize/turn-off-autoresize.html to change the screen size to 0x0, which persisted to later tests. When a subsequent test attempted to resize the window, it was clamped to the 0x0 screen size, causing (flaky) failures. Review-Url: https://codereview.chromium.org/2172083002 Cr-Commit-Position: refs/heads/master@{#407031}
Showing
Please register or sign in to comment