Title: [108359] trunk/Source/WebCore
- Revision
- 108359
- Author
- [email protected]
- Date
- 2012-02-21 08:26:57 -0800 (Tue, 21 Feb 2012)
Log Message
[Qt][WK2] Fix the N9 build
https://bugs.webkit.org/show_bug.cgi?id=79101
Reviewed by Noam Rosenthal.
No new tests needed.
* platform/graphics/opengl/TextureMapperGL.cpp: Add missing include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (108358 => 108359)
--- trunk/Source/WebCore/ChangeLog 2012-02-21 16:26:12 UTC (rev 108358)
+++ trunk/Source/WebCore/ChangeLog 2012-02-21 16:26:57 UTC (rev 108359)
@@ -1,3 +1,14 @@
+2012-02-21 Andras Becsi <[email protected]>
+
+ [Qt][WK2] Fix the N9 build
+ https://bugs.webkit.org/show_bug.cgi?id=79101
+
+ Reviewed by Noam Rosenthal.
+
+ No new tests needed.
+
+ * platform/graphics/opengl/TextureMapperGL.cpp: Add missing include.
+
2012-02-21 Adam Roben <[email protected]>
Roll out r108309, r108323, and r108326
Modified: trunk/Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp (108358 => 108359)
--- trunk/Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp 2012-02-21 16:26:12 UTC (rev 108358)
+++ trunk/Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp 2012-02-21 16:26:57 UTC (rev 108359)
@@ -32,6 +32,7 @@
#if PLATFORM(QT)
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
#include <QPlatformPixmap>
+#include <qopenglfunctions.h>
#endif
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes