webkit2gtk ver. bump
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user