| Index: mojo/cc/context_provider_mojo.h
|
| diff --git a/mojo/cc/context_provider_mojo.h b/mojo/cc/context_provider_mojo.h
|
| index f206fc2cd6f4d93e64e7ffb1385d6d342a98ffb3..2102ef26d7ec178d7c4ff58f6be5562a6de59da8 100644
|
| --- a/mojo/cc/context_provider_mojo.h
|
| +++ b/mojo/cc/context_provider_mojo.h
|
| @@ -23,6 +23,7 @@ class ContextProviderMojo : public cc::ContextProvider {
|
| 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;
|
|
|