| 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 c836a99029e8db4cafb47b906c931f0c8c5e53b4..88176937dbc536117de452519f234c6266c85069 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.cc
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.cc
|
| @@ -107,6 +107,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.
|
|
|