| Index: Source/platform/graphics/GraphicsTypes3D.h
|
| diff --git a/Source/platform/graphics/GraphicsTypes3D.h b/Source/platform/graphics/GraphicsTypes3D.h
|
| index d76bb1a8185651cffeb1446624e21e7cd767f1b7..f274e7d106d9b33a0c2167dc1e36c266c35ba208 100644
|
| --- a/Source/platform/graphics/GraphicsTypes3D.h
|
| +++ b/Source/platform/graphics/GraphicsTypes3D.h
|
| @@ -26,8 +26,11 @@
|
| #ifndef GraphicsTypes3D_h
|
| #define GraphicsTypes3D_h
|
|
|
| -#include "third_party/khronos/GLES2/gl2.h"
|
| +#ifndef __glext_h_
|
| +#include "third_party/khronos/GLES3/gl3.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| +#endif
|
| +
|
| #include "wtf/Forward.h"
|
| #include <stdint.h>
|
|
|
|
|