| Index: webkit/glue/gl_bindings_skia_cmd_buffer.cc
|
| diff --git a/webkit/glue/gl_bindings_skia_cmd_buffer.cc b/webkit/glue/gl_bindings_skia_cmd_buffer.cc
|
| index c19d36cdec7859b3de08f94faabf25888bc565e5..9a44070a3760786e18abe11030555608b7f0534b 100644
|
| --- a/webkit/glue/gl_bindings_skia_cmd_buffer.cc
|
| +++ b/webkit/glue/gl_bindings_skia_cmd_buffer.cc
|
| @@ -8,9 +8,8 @@
|
| #ifndef GL_GLEXT_PROTOTYPES
|
| #define GL_GLEXT_PROTOTYPES
|
| #endif
|
| -#include "gpu/GLES2/gl2.h"
|
| -#include "gpu/GLES2/gl2ext.h"
|
| -
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
| +#include "third_party/khronos/GLES2/gl2ext.h"
|
| #include "third_party/skia/include/gpu/GrGLInterface.h"
|
|
|
| namespace webkit_glue {
|
| @@ -119,4 +118,3 @@ GrGLInterface* CreateCommandBufferSkiaGLBinding() {
|
| }
|
|
|
| } // namespace webkit_glue
|
| -
|
|
|