DescriptionFix plugin placeholder invalidation issue
Blink no longer always invalidate synchronously. If an invalidation
requirement is not generated during a frame update, the blink will
schedule an animation and will issue the invalidation in the next
frame update.
webview_plugin should handle scheduleAnimation() to trigger the
next frame update. For now we call container_->invalidate() to achieve
that.
BUG=415926
Committed: https://crrev.com/e88496b3ee30a5fbb97a91a6afa6ce143036ca84
Cr-Commit-Position: refs/heads/master@{#295991}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|