Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Issue 23513012: Aura: fix full-screen Flash with delegated renderer (Closed)

Created:
7 years, 3 months ago by piman
Modified:
7 years, 3 months ago
Reviewers:
danakj
CC:
chromium-reviews, joi+watch-content_chromium.org, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org
Visibility:
Public.

Description

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 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
piman
7 years, 3 months ago (2013-09-04 06:06:23 UTC) #1
danakj
LGTM I want to ask for a test but I have no idea how to ...
7 years, 3 months ago (2013-09-04 13:07:51 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/23513012/12001
7 years, 3 months ago (2013-09-04 21:44:38 UTC) #3
piman
https://codereview.chromium.org/23513012/diff/1/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/23513012/diff/1/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1465 content/browser/renderer_host/render_widget_host_view_aura.cc:1465: // indicates the renderer's compositor may have been recreated, ...
7 years, 3 months ago (2013-09-04 21:45:02 UTC) #4
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 04:20:50 UTC) #5
Message was sent while issue was closed.
Change committed as 221341

Powered by Google App Engine
This is Rietveld 408576698