webkit2gtk ver. bump

This commit is contained in:
Rmys
2021-06-08 18:52:01 +03:00
committed by GitHub
parent d9ffeaf8cf
commit 994d7406de
3 changed files with 25 additions and 7 deletions
@@ -0,0 +1,12 @@
--- 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