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 1b4249a0b6a72298b3290f08bea432afa20dc78c..78c1b29b610a92837a665a181035017b08acb448 100644 |
--- a/content/common/gpu/client/context_provider_command_buffer.h |
+++ b/content/common/gpu/client/context_provider_command_buffer.h |
@@ -39,6 +39,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; |