| 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 c415e0ff2de577df30d2a0a53a80455b0f31ba41..54e59238873125f931c79d3f99b04862ea14e41f 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -29,8 +29,7 @@ class ContextProviderCommandBuffer : public cc::ContextProvider {
|
| virtual WebGraphicsContext3DCommandBufferImpl* Context3d() OVERRIDE;
|
| virtual class GrContext* GrContext() OVERRIDE;
|
| virtual void VerifyContexts() OVERRIDE;
|
| -
|
| - bool DestroyedOnMainThread();
|
| + virtual bool DestroyedOnMainThread() OVERRIDE;
|
|
|
| protected:
|
| virtual ~ContextProviderCommandBuffer();
|
|
|