| Index: mojo/gpu/gl_context.h
|
| diff --git a/mojo/gpu/gl_context.h b/mojo/gpu/gl_context.h
|
| index 9c5eb3ab3518003a621ba04de078777559bcca9b..62e464e2339aef84cc14ec95c68385b426eae491 100644
|
| --- a/mojo/gpu/gl_context.h
|
| +++ b/mojo/gpu/gl_context.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "mojo/public/c/gles2/gles2.h"
|
| +#include "mojo/public/c/gpu/MGL/mgl.h"
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
| @@ -47,7 +47,7 @@ class GLContext {
|
| static void ContextLostThunk(void* self);
|
| void OnContextLost();
|
|
|
| - MojoGLES2Context context_;
|
| + MGLContext context_;
|
| scoped_ptr<MojoGLES2Impl> gl_impl_;
|
|
|
| base::ObserverList<Observer> observers_;
|
|
|