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

Issue 8725041: Need to release the GL context. (Closed)

Created:
9 years ago by jonathan.backer
Modified:
9 years ago
Reviewers:
piman
CC:
chromium-reviews, Ian Vollick, piman+watch_chromium.org, jonathan.backer
Visibility:
Public.

Description

Need to release the GL context. When the threaded compositor is enabled (via CompositorCC::Initialize(true) in desktop.cc), the GL context is created on one thread and ownership transferred to another. It's important to release the context before the transfer of ownership occurs, so that the context is not current on multiple threads. BUG=none TEST=build GYP_DEFINES="use_aura=1 use_webkit_compositor=1" with the change described above Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112467

Patch Set 1 : "" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M ui/gfx/compositor/compositor_cc.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
jonathan.backer
9 years ago (2011-11-29 18:33:11 UTC) #1
piman
9 years ago (2011-11-29 18:47:40 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698