| Index: ui/gfx/gl/generate_bindings.py
|
| diff --git a/ui/gfx/gl/generate_bindings.py b/ui/gfx/gl/generate_bindings.py
|
| index 6260a8eafcd7eb1314b3635b075d5c416f925679..8151c0f9c95e18cbabaf83a34875a48d38fcda04 100644
|
| --- a/ui/gfx/gl/generate_bindings.py
|
| +++ b/ui/gfx/gl/generate_bindings.py
|
| @@ -467,9 +467,9 @@ GLX_FUNCTIONS = [
|
|
|
| FUNCTION_SETS = [
|
| [GL_FUNCTIONS, 'gl', ['../../../third_party/mesa/MesaLib/include/GL/glext.h',
|
| - '../../../gpu/GLES2/gl2ext.h']],
|
| + '../../../third_party/khronos/GLES2/gl2ext.h']],
|
| [OSMESA_FUNCTIONS, 'osmesa', []],
|
| - [EGL_FUNCTIONS, 'egl', ['../../../gpu/EGL/eglext.h']],
|
| + [EGL_FUNCTIONS, 'egl', ['../../../third_party/khronos/EGL/eglext.h']],
|
| [WGL_FUNCTIONS, 'wgl', [
|
| '../../../third_party/mesa/MesaLib/include/GL/wglext.h']],
|
| [GLX_FUNCTIONS, 'glx', [
|
|
|