Aura: 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 Review URL: https://chromiumcodereview.appspot.com/23513012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221341 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment