| Index: webkit/glue/gl_bindings_skia_cmd_buffer.cc
|
| ===================================================================
|
| --- webkit/glue/gl_bindings_skia_cmd_buffer.cc (revision 111171)
|
| +++ webkit/glue/gl_bindings_skia_cmd_buffer.cc (working copy)
|
| @@ -8,8 +8,9 @@
|
| #ifndef GL_GLEXT_PROTOTYPES
|
| #define GL_GLEXT_PROTOTYPES
|
| #endif
|
| -#include "third_party/khronos/GLES2/gl2.h"
|
| -#include "third_party/khronos/GLES2/gl2ext.h"
|
| +#include "gpu/GLES2/gl2.h"
|
| +#include "gpu/GLES2/gl2ext.h"
|
| +
|
| #include "third_party/skia/include/gpu/GrGLInterface.h"
|
|
|
| namespace webkit_glue {
|
| @@ -118,3 +119,4 @@
|
| }
|
|
|
| } // namespace webkit_glue
|
| +
|
|
|