Title: [127251] trunk/Source/WebCore
Revision
127251
Author
[email protected]
Date
2012-08-31 05:58:52 -0700 (Fri, 31 Aug 2012)

Log Message

[Qt] QNX build fails due to missing OpenGL ES defines
https://bugs.webkit.org/show_bug.cgi?id=95554

Patch by Milian Wolff <[email protected]> on 2012-08-31
Reviewed by Simon Hausmann.

Apply the fix of bug 91030 to all platforms running on QNX.

* platform/graphics/opengl/Extensions3DOpenGLES.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (127250 => 127251)


--- trunk/Source/WebCore/ChangeLog	2012-08-31 12:52:03 UTC (rev 127250)
+++ trunk/Source/WebCore/ChangeLog	2012-08-31 12:58:52 UTC (rev 127251)
@@ -1,3 +1,14 @@
+2012-08-31  Milian Wolff  <[email protected]>
+
+        [Qt] QNX build fails due to missing OpenGL ES defines
+        https://bugs.webkit.org/show_bug.cgi?id=95554
+
+        Reviewed by Simon Hausmann.
+
+        Apply the fix of bug 91030 to all platforms running on QNX.
+
+        * platform/graphics/opengl/Extensions3DOpenGLES.h:
+
 2012-08-31  Thiago Marcos P. Santos  <[email protected]>
 
         [CMake] Changes on the bindings generator does not trigger generation of the bindings

Modified: trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h (127250 => 127251)


--- trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h	2012-08-31 12:52:03 UTC (rev 127250)
+++ trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h	2012-08-31 12:58:52 UTC (rev 127251)
@@ -32,7 +32,7 @@
 #include <GLES2/gl2.h>
 #include <GLES2/gl2ext.h>
 
-#if PLATFORM(BLACKBERRY)
+#if OS(QNX)
 // See https://bugs.webkit.org/show_bug.cgi?id=91030.
 #define PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMGPROC
 #define PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMG PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMGPROC
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to