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 101c0a0f670a69cf186a6166bdc85678db604618..8ca79b9d690167b2f9d655b15ae6bad6cfa388c9 100644 |
--- a/content/common/gpu/client/context_provider_command_buffer.h |
+++ b/content/common/gpu/client/context_provider_command_buffer.h |
@@ -42,6 +42,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer |
gpu::gles2::GLES2Interface* ContextGL() override; |
gpu::ContextSupport* ContextSupport() override; |
class GrContext* GrContext() override; |
+ void InvalidateGrContext(uint32_t state) override; |
void SetupLock() override; |
base::Lock* GetLock() override; |
Capabilities ContextCapabilities() override; |