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

Issue 7628023: Fix lost context race with fullscreen pepper widget. (Closed)

Created:
9 years, 4 months ago by piman
Modified:
9 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, vikasjain.entc
Visibility:
Public.

Description

Fix lost context race with fullscreen pepper widget. An ill-timed lost context could destroy the compositor context, while a composite has been scheduled. This makes sure we reset is_accelerated_compositing_active_ so that we don't try to use the 3D path in this case. BUG=None TEST=Fullscreen with Pepper Flash on ARM devices Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96677

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M content/renderer/render_widget_fullscreen_pepper.cc View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
piman
9 years, 4 months ago (2011-08-12 19:52:32 UTC) #1
nduca
LGTM
9 years, 4 months ago (2011-08-12 23:36:16 UTC) #2
commit-bot: I haz the power
9 years, 4 months ago (2011-08-13 04:12:23 UTC) #3
Change committed as 96677

Powered by Google App Engine
This is Rietveld 408576698