DescriptionFix lifecycle-vs-threads of GpuVDAContext3D.
This context3d is meant to be created on the render thread but can only be
dereferenced on the compositor thread. Before this CL this was violated as
RenderThreadImpl::GetGpuVDAContext3D() checked for context loss to decide
whether to recreate the context. Now context loss proactively notifies the
render thread, instead.
BUG=142047
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151352
Patch Set 1 : . #
Total comments: 4
Patch Set 2 : piman CR response #
Total comments: 3
Patch Set 3 : fwd declare callback class. #
Messages
Total messages: 9 (0 generated)
|