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 5be1e42377d9a4f0622e138bd07ad3acdca45661..b338ba344db232de07f2a8d269a4a3f44f6e82a1 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; |