| Index: webkit/common/gpu/context_provider_in_process.h
|
| diff --git a/webkit/common/gpu/context_provider_in_process.h b/webkit/common/gpu/context_provider_in_process.h
|
| index b719d71eb3babedb0b9529c6d2fc78b604182d2c..1bf376c3f2a9b34f38d56fb8ff1bad10420596f6 100644
|
| --- a/webkit/common/gpu/context_provider_in_process.h
|
| +++ b/webkit/common/gpu/context_provider_in_process.h
|
| @@ -48,6 +48,7 @@ class WEBKIT_GPU_EXPORT ContextProviderInProcess
|
|
|
| // cc::ContextProvider:
|
| bool BindToCurrentThread() override;
|
| + void DetachFromThread() override;
|
| Capabilities ContextCapabilities() override;
|
| ::gpu::gles2::GLES2Interface* ContextGL() override;
|
| ::gpu::ContextSupport* ContextSupport() override;
|
|
|