Chromium Code Reviews
DescriptionIgnore View visibility for WebView's page visibility API.
Some apps will still try to draw on an invisible WebView, like taking
snapshot into a bitmap etc. In order not to break these apps, WebView
will ignore view visibility for blink page visibility API.
So now, if an app wants to toggle blink page visibility, it has to call
WebView#onPause/onResume. The visibility of the window that the WebView
is attached to is not under control of the app.
BUG=561706
Committed: https://crrev.com/b31ed632eb9740847de0e2ab3489f7c4b0d96e54
Cr-Commit-Position: refs/heads/master@{#361802}
Patch Set 1 #
Messages
Total messages: 13 (5 generated)
|
|||||||||||||||||||