Title: [89168] trunk/Source/WebKit2
Revision
89168
Author
[email protected]
Date
2011-06-17 13:41:50 -0700 (Fri, 17 Jun 2011)

Log Message

Another attempt at fixing the Qt build.

* UIProcess/API/qt/ClientImpl.cpp:
* UIProcess/API/qt/qgraphicswkview.cpp:
* UIProcess/API/qt/qwkcontext.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (89167 => 89168)


--- trunk/Source/WebKit2/ChangeLog	2011-06-17 20:40:53 UTC (rev 89167)
+++ trunk/Source/WebKit2/ChangeLog	2011-06-17 20:41:50 UTC (rev 89168)
@@ -1,5 +1,13 @@
 2011-06-17  Anders Carlsson  <[email protected]>
 
+        Another attempt at fixing the Qt build.
+
+        * UIProcess/API/qt/ClientImpl.cpp:
+        * UIProcess/API/qt/qgraphicswkview.cpp:
+        * UIProcess/API/qt/qwkcontext.cpp:
+
+2011-06-17  Anders Carlsson  <[email protected]>
+
         Fix Qt build.
 
         * WebProcess/ResourceCache/WebResourceCacheManager.cpp:

Modified: trunk/Source/WebKit2/UIProcess/API/qt/ClientImpl.cpp (89167 => 89168)


--- trunk/Source/WebKit2/UIProcess/API/qt/ClientImpl.cpp	2011-06-17 20:40:53 UTC (rev 89167)
+++ trunk/Source/WebKit2/UIProcess/API/qt/ClientImpl.cpp	2011-06-17 20:41:50 UTC (rev 89168)
@@ -20,6 +20,7 @@
 #include "config.h"
 #include "ClientImpl.h"
 
+#include "ViewportArguments.h"
 #include "WebFrameProxy.h"
 #include "WKAPICast.h"
 #include "WKStringQt.h"

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.cpp (89167 => 89168)


--- trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.cpp	2011-06-17 20:40:53 UTC (rev 89167)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.cpp	2011-06-17 20:41:50 UTC (rev 89168)
@@ -24,6 +24,7 @@
 #include "IntSize.h"
 #include "RunLoop.h"
 #include "TiledDrawingAreaProxy.h"
+#include "ViewportArguments.h"
 #include "WKAPICast.h"
 #include "qwkpage.h"
 #include "qwkpage_p.h"

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qwkcontext.cpp (89167 => 89168)


--- trunk/Source/WebKit2/UIProcess/API/qt/qwkcontext.cpp	2011-06-17 20:40:53 UTC (rev 89167)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qwkcontext.cpp	2011-06-17 20:41:50 UTC (rev 89168)
@@ -24,6 +24,7 @@
 
 #include "ClientImpl.h"
 #include "IconDatabase.h"
+#include "Image.h"
 #include <QDir>
 #include <QPixmap>
 #include <QUrl>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to