[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/unity/WebKit/WebCore/platform/qt (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-08-10 20:21:10
Message-ID: 1155241270.545516.12286.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 571831 by wildfox:

SVN_SILENT: hook for kcanvas qt device


 M  +11 -0     GraphicsContextQt.cpp  


--- branches/work/unity/WebKit/WebCore/platform/qt/GraphicsContextQt.cpp #571830:571831
@@ -45,6 +45,10 @@
 #define M_PI 3.14159265358979323846
 #endif
 
+#if SVG_SUPPORT
+#include "KRenderingDeviceQt.h"
+#endif
+
 namespace WebCore {
 
 static QPainter::CompositionMode toQtCompositionMode(CompositeOperator op)
@@ -691,6 +695,13 @@
 }
 
 
+#if SVG_SUPPORT
+KRenderingDeviceContext *GraphicsContext::createRenderingDeviceContext()
+{
+    return new KRenderingDeviceContextQt(platformContext());
 }
+#endif
 
+}
+
 // vim: ts=4 sw=4 et
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic