DescriptionAura: fix full-screen Flash with delegated renderer
During the fullscreen transition, on some sites Flash destroys and recreates its
context, which causes the RenderWidgetFullscreenPepper to switch back and forth
between composited and non-composited modes, recreating its compositor. That
causes it to send 2 successive frames with resources that have the same id (1)
but from different compositors (and different mailboxes).
Make sure we disambiguate those by recreating the DelegatedRendererLayer.
BUG=284821
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221341
Patch Set 1 #
Total comments: 4
Patch Set 2 : fix comments #Patch Set 3 : more comments #
Messages
Total messages: 5 (0 generated)
|