Title: [161428] trunk/Source/WebCore
Revision
161428
Author
commit-qu...@webkit.org
Date
2014-01-07 09:34:59 -0800 (Tue, 07 Jan 2014)

Log Message

Fix compilation issue with GLES2 after http://webkit.org/b/126548
https://bugs.webkit.org/show_bug.cgi?id=126578

Patch by Pascal Jacquemart <p.jacquem...@samsung.com> on 2014-01-07
Reviewed by  Brent Fulgham

* platform/graphics/opengl/TemporaryOpenGLSetting.cpp: added GLES2/gl2.h include

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161427 => 161428)


--- trunk/Source/WebCore/ChangeLog	2014-01-07 16:59:16 UTC (rev 161427)
+++ trunk/Source/WebCore/ChangeLog	2014-01-07 17:34:59 UTC (rev 161428)
@@ -1,3 +1,12 @@
+2014-01-07  Pascal Jacquemart  <p.jacquem...@samsung.com>
+
+        Fix compilation issue with GLES2 after http://webkit.org/b/126548
+        https://bugs.webkit.org/show_bug.cgi?id=126578
+
+        Reviewed by  Brent Fulgham
+
+        * platform/graphics/opengl/TemporaryOpenGLSetting.cpp: added GLES2/gl2.h include
+
 2014-01-07  László Langó  <llango.u-sze...@partner.samsung.com>
 
         Remove some extra includes from XML.

Modified: trunk/Source/WebCore/platform/graphics/opengl/TemporaryOpenGLSetting.cpp (161427 => 161428)


--- trunk/Source/WebCore/platform/graphics/opengl/TemporaryOpenGLSetting.cpp	2014-01-07 16:59:16 UTC (rev 161427)
+++ trunk/Source/WebCore/platform/graphics/opengl/TemporaryOpenGLSetting.cpp	2014-01-07 17:34:59 UTC (rev 161428)
@@ -30,6 +30,7 @@
 #include "TemporaryOpenGLSetting.h"
 
 #if USE(OPENGL_ES_2)
+#include <GLES2/gl2.h>
 #include "OpenGLESShims.h"
 #elif PLATFORM(MAC)
 #include <OpenGL/gl.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to