Title: [108416] trunk/Source/WebCore
Revision
108416
Author
[email protected]
Date
2012-02-21 16:38:06 -0800 (Tue, 21 Feb 2012)

Log Message

Unreviewed build fix.

No new tests.

* platform/graphics/opengl/TextureMapperGL.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108415 => 108416)


--- trunk/Source/WebCore/ChangeLog	2012-02-22 00:34:19 UTC (rev 108415)
+++ trunk/Source/WebCore/ChangeLog	2012-02-22 00:38:06 UTC (rev 108416)
@@ -1,3 +1,11 @@
+2012-02-21  Yael Aharon  <[email protected]>
+
+        Unreviewed build fix.
+
+        No new tests.
+
+        * platform/graphics/opengl/TextureMapperGL.cpp:
+
 2012-02-21  Adam Klein  <[email protected]>
 
         ContainerNode::childrenChanged must be called immediately after removing children

Modified: trunk/Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp (108415 => 108416)


--- trunk/Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp	2012-02-22 00:34:19 UTC (rev 108415)
+++ trunk/Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp	2012-02-22 00:38:06 UTC (rev 108416)
@@ -33,7 +33,6 @@
 #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

Reply via email to