13 lines
343 B
Diff
13 lines
343 B
Diff
--- a/Source/WebCore/platform/graphics/opengl/ExtensionsGLOpenGLES.h
|
|
+++ a/Source/WebCore/platform/graphics/opengl/ExtensionsGLOpenGLES.h
|
|
@@ -33,6 +33,9 @@
|
|
#if USE(LIBEPOXY)
|
|
#include <epoxy/gl.h>
|
|
#else
|
|
+#if HAVE(OPENGL_ES_3)
|
|
+#include <GLES3/gl3.h>
|
|
+#endif // HAVE(OPENGL_ES_3)
|
|
#include <GLES2/gl2.h>
|
|
#include <GLES2/gl2ext.h>
|
|
#endif
|