| Index: mojo/skia/gl_bindings_skia.cc
|
| diff --git a/mojo/skia/gl_bindings_skia.cc b/mojo/skia/gl_bindings_skia.cc
|
| index 89467f943ea7e02aedf82bc65e4dd2794fbde952..527de2f2e1b956e475e9d7c856ab0fee45fe34a9 100644
|
| --- a/mojo/skia/gl_bindings_skia.cc
|
| +++ b/mojo/skia/gl_bindings_skia.cc
|
| @@ -7,9 +7,10 @@
|
| #ifndef GL_GLEXT_PROTOTYPES
|
| #define GL_GLEXT_PROTOTYPES
|
| #endif
|
| -#include "mojo/public/c/gpu/GLES2/gl2.h"
|
| -#include "mojo/public/c/gpu/GLES2/gl2ext.h"
|
| -#include "mojo/public/c/gpu/GLES2/gl2extmojo.h"
|
| +#include <GLES2/gl2.h>
|
| +#include <GLES2/gl2ext.h>
|
| +#include <GLES2/gl2extmojo.h>
|
| +
|
| #include "third_party/skia/include/gpu/gl/GrGLInterface.h"
|
|
|
| namespace mojo {
|
|
|