| 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 cec651f3af14882f343e385453ae4f817c84fdfe..5ee668ca79202bbb18179ae5d133e7425d224773 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -35,6 +35,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
| virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
|
| virtual class GrContext* GrContext() OVERRIDE;
|
| virtual Capabilities ContextCapabilities() OVERRIDE;
|
| + virtual bool IsContextLost() OVERRIDE;
|
| virtual void VerifyContexts() OVERRIDE;
|
| virtual bool DestroyedOnMainThread() OVERRIDE;
|
| virtual void SetLostContextCallback(
|
|
|