| Index: mojo/cc/context_provider_mojo.h
|
| diff --git a/mojo/cc/context_provider_mojo.h b/mojo/cc/context_provider_mojo.h
|
| index efbdece3c8cb43da0a5e26d4dac1b7459a4c25aa..f206fc2cd6f4d93e64e7ffb1385d6d342a98ffb3 100644
|
| --- a/mojo/cc/context_provider_mojo.h
|
| +++ b/mojo/cc/context_provider_mojo.h
|
| @@ -6,6 +6,7 @@
|
| #define MOJO_CC_CONTEXT_PROVIDER_MOJO_H_
|
|
|
| #include "base/macros.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| #include "cc/output/context_provider.h"
|
| #include "third_party/mojo/src/mojo/public/c/gles2/gles2.h"
|
| @@ -48,6 +49,7 @@ class ContextProviderMojo : public cc::ContextProvider {
|
| cc::ContextProvider::Capabilities capabilities_;
|
| ScopedMessagePipeHandle command_buffer_handle_;
|
| MojoGLES2Context context_;
|
| + scoped_ptr<gpu::gles2::GLES2Interface> context_gl_;
|
| bool context_lost_;
|
|
|
| base::Lock context_lock_;
|
|
|