| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| index 5bf9b5db02d4561580d21e7dd0d5ef6e11cfda80..0f703300892a58427b015081006365d870c77f8e 100644
|
| --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h"
|
|
|
| -#include "gpu/GLES2/gl2.h"
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
| #ifndef GL_GLEXT_PROTOTYPES
|
| #define GL_GLEXT_PROTOTYPES 1
|
| #endif
|
| -#include "gpu/GLES2/gl2ext.h"
|
| +#include "third_party/khronos/GLES2/gl2ext.h"
|
|
|
| #include <algorithm>
|
| #include <set>
|
|
|