| 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 39c7fefc083ead86881012fb5309846076a607ae..ac65df177f093c8acda648202ac2bcdd9a9d61a5 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 RebindToCurrentThread() override;
|
| gpu::gles2::GLES2Interface* ContextGL() override;
|
| gpu::ContextSupport* ContextSupport() override;
|
| class GrContext* GrContext() override;
|
|
|