| Index: content/common/gpu/client/context_provider_command_buffer.h
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
|
| index 5c47335b11c48c933fcf444fa05cdda73bc753e8..acfea815983a1c4736d5e72a45bdedb0e04f0635 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -38,6 +38,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
|
|
| // cc::ContextProvider implementation.
|
| bool BindToCurrentThread() override;
|
| + void DetachFromThread() override;
|
| gpu::gles2::GLES2Interface* ContextGL() override;
|
| gpu::ContextSupport* ContextSupport() override;
|
| class GrContext* GrContext() override;
|
|
|