| Index: mojo/gpu/gl_context.h
|
| diff --git a/mojo/gpu/gl_context.h b/mojo/gpu/gl_context.h
|
| index 6fdb86d12d483b7754cc2f7e4a8531a33925ece1..8c1a477b7fd300aa7b0374840a85c97711fe4b42 100644
|
| --- a/mojo/gpu/gl_context.h
|
| +++ b/mojo/gpu/gl_context.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef MOJO_GPU_GL_CONTEXT_H_
|
| #define MOJO_GPU_GL_CONTEXT_H_
|
|
|
| +#include <MGL/mgl.h>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/observer_list.h"
|
| -#include "mojo/public/c/gpu/MGL/mgl.h"
|
| #include "mojo/public/cpp/bindings/interface_ptr.h"
|
|
|
| namespace mojo {
|
|
|