| Index: content/common/gpu/client/context_provider_command_buffer.cc
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.cc b/content/common/gpu/client/context_provider_command_buffer.cc
|
| index df40e96840ee877dcc6122aa29864cd8197d893f..198fefc7f8d0cd02780c9f86733bcd0cd03b1ad3 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.cc
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.cc
|
| @@ -108,6 +108,10 @@ bool ContextProviderCommandBuffer::BindToCurrentThread() {
|
| return true;
|
| }
|
|
|
| +void ContextProviderCommandBuffer::DetachFromThread() {
|
| + context_thread_checker_.DetachFromThread();
|
| +}
|
| +
|
| gpu::gles2::GLES2Interface* ContextProviderCommandBuffer::ContextGL() {
|
| DCHECK(context3d_);
|
| DCHECK(lost_context_callback_proxy_); // Is bound to thread.
|
|
|