Title: [108483] trunk/Source/WebCore
Revision
108483
Author
[email protected]
Date
2012-02-22 04:56:57 -0800 (Wed, 22 Feb 2012)

Log Message

[Qt][WK2] Fix the N9 build
https://bugs.webkit.org/show_bug.cgi?id=79101

Reviewed by Simon Hausmann.

Fixed the include order of the rolled out r108359 not to break
the build with CONFIG+=force_static_libs_as_shared.

* platform/graphics/OpenGLShims.h: Add missing include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108482 => 108483)


--- trunk/Source/WebCore/ChangeLog	2012-02-22 12:51:01 UTC (rev 108482)
+++ trunk/Source/WebCore/ChangeLog	2012-02-22 12:56:57 UTC (rev 108483)
@@ -1,3 +1,15 @@
+2012-02-22  Andras Becsi  <[email protected]>
+
+        [Qt][WK2] Fix the N9 build
+        https://bugs.webkit.org/show_bug.cgi?id=79101
+
+        Reviewed by Simon Hausmann.
+
+        Fixed the include order of the rolled out r108359 not to break
+        the build with CONFIG+=force_static_libs_as_shared.
+
+        * platform/graphics/OpenGLShims.h: Add missing include.
+
 2012-02-22  Shinya Kawanaka  <[email protected]>
 
         firstRendererOf() should also return a fallback element renderer in NodeRenderingContext.

Modified: trunk/Source/WebCore/platform/graphics/OpenGLShims.h (108482 => 108483)


--- trunk/Source/WebCore/platform/graphics/OpenGLShims.h	2012-02-22 12:51:01 UTC (rev 108482)
+++ trunk/Source/WebCore/platform/graphics/OpenGLShims.h	2012-02-22 12:56:57 UTC (rev 108483)
@@ -23,6 +23,7 @@
 #if PLATFORM(QT)
 #include <qglobal.h>
 #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
+#include <qopenglfunctions.h>
 #include <QOpenGLContext>
 #include <QSurface>
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to