From 7102690b3ba3e8ffe9a4c19de81f9c572b20d03c Mon Sep 17 00:00:00 2001 From: "skyostil@google.com" Date: Thu, 24 Nov 2011 13:29:37 +0000 Subject: Move GL headers from gpu to third_party/khronos This change moves the OpenGL ES and EGL header files from gpu/ to a new third_party/khronos/ directory. The headers are also rebased to the latest upstream versions. BUG=102824 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111170 Review URL: http://codereview.chromium.org/8423038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111523 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/gl_bindings_skia_cmd_buffer.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'webkit/glue') diff --git a/webkit/glue/gl_bindings_skia_cmd_buffer.cc b/webkit/glue/gl_bindings_skia_cmd_buffer.cc index c19d36c..9a44070 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 - -- cgit v1.1