Commit 8c300d48 authored by dpranke@chromium.org's avatar dpranke@chromium.org

fix include path to GLES2

R=apatrick@chromium.org
BUG=none
TEST=everything still compiles

Review URL: http://codereview.chromium.org/7634014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96616 0039d316-1c4b-4281-b951-d872f2087c98
parent bb519353
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
#include "content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h" #include "content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h"
#include <GLES2/gl2.h> #include "gpu/GLES2/gl2.h"
#ifndef GL_GLEXT_PROTOTYPES #ifndef GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES 1 #define GL_GLEXT_PROTOTYPES 1
#endif #endif
#include <GLES2/gl2ext.h> #include "gpu/GLES2/gl2ext.h"
#include <algorithm> #include <algorithm>
#include <set> #include <set>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment