DescriptionNeed 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 : "" #
Messages
Total messages: 2 (0 generated)
|