[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kenneth at webkit.org kenneth at webkit.org
Wed Dec 22 14:28:55 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ca15e19db9c87f34d4e4e06438fd880f58dce4a2
Author: kenneth at webkit.org <kenneth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 11 15:55:26 2010 +0000

    Use raster for the QtWebProcess.
    
    Reviewed by Andreas Kling.
    
    * WebProcess/qt/WebProcessMainQt.cpp:
    (WebKit::WebProcessMainQt):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69496 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index fd8be28..34d69f5 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,14 @@
 2010-10-11  Kenneth Rohde Christiansen  <kenneth.christiansen at openbossa.org>
 
+        Reviewed by Andreas Kling.
+
+        Use raster for the QtWebProcess.
+
+        * WebProcess/qt/WebProcessMainQt.cpp:
+        (WebKit::WebProcessMainQt):
+
+2010-10-11  Kenneth Rohde Christiansen  <kenneth.christiansen at openbossa.org>
+
         Unreviewed win build fix.
 
         * WebProcess/WebCoreSupport/WebChromeClient.cpp:
diff --git a/WebKit2/WebProcess/qt/WebProcessMainQt.cpp b/WebKit2/WebProcess/qt/WebProcessMainQt.cpp
index f48cff7..a2b5cca 100644
--- a/WebKit2/WebProcess/qt/WebProcessMainQt.cpp
+++ b/WebKit2/WebProcess/qt/WebProcessMainQt.cpp
@@ -52,6 +52,7 @@ namespace WebKit {
 
 QWEBKIT_EXPORT int WebProcessMainQt(int argc, char** argv)
 {
+    QApplication::setGraphicsSystem("raster");
     QApplication* app = new QApplication(argc, argv);
 
 #if USE(MEEGOTOUCH)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list