You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partial Fix to Android Omnibox scrolling revealing other content
ChromeFullscreenManager::updateViewportSize calculates the changes in control
offsets, and determines when to toggle the resizing of the renderer's view.
Currently all viewport updates are blocked while a gesture or scrolling is
occurring.
This change updates the method to also perform the update if we've changed the
resize state. Allowing the renderer to resize to account for the larger region
when scrolling the controls away.
While this prevents showing older content, it only does so for normal speed
scrolls. A quick flick can lead to such a rapid change in viewport, that we
still have some frames of old content.
Bug: 916144
Change-Id: Ibbf8d6daa89691945e011022f9509fea4783cfe2
Reviewed-on: https://chromium-review.googlesource.com/c/1387945
Reviewed-by: agrieve <[email protected]>
Reviewed-by: Matthew Jones <[email protected]>
Commit-Queue: Jonathan Ross <[email protected]>
Cr-Commit-Position: refs/heads/master@{#623741}
0 commit comments