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

List:       kde-commits
Subject:    branches/work/unity/WebKit/WebCore/kcanvas/device/qt
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-08-10 22:16:26
Message-ID: 1155248186.529548.23931.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 571861 by wildfox:

Fix the weird crashes when SVG support is enabled - woho the first svg rendering \
works :-)


 M  +1 -0      KCanvasPathQt.cpp  
 M  +1 -0      KRenderingDeviceQt.cpp  
 M  +2 -0      KRenderingPaintServerQt.cpp  
 M  +2 -0      KRenderingPaintServerSolidQt.cpp  
 M  +1 -6      RenderPathQt.cpp  
 M  +1 -1      RenderPathQt.h  


--- branches/work/unity/WebKit/WebCore/kcanvas/device/qt/KCanvasPathQt.cpp \
#571860:571861 @@ -21,6 +21,7 @@
     Boston, MA 02111-1307, USA.
 */
 
+#include "config.h"
 #include "KCanvasPathQt.h"
 
 namespace WebCore {
--- branches/work/unity/WebKit/WebCore/kcanvas/device/qt/KRenderingDeviceQt.cpp \
#571860:571861 @@ -20,6 +20,7 @@
     Boston, MA 02110-1301, USA.
 */
 
+#include "config.h"
 #include "IntRect.h"
 #include "RenderPathQt.h"
 #include "KCanvasMatrix.h"
--- branches/work/unity/WebKit/WebCore/kcanvas/device/qt/KRenderingPaintServerQt.cpp \
#571860:571861 @@ -20,6 +20,8 @@
     Boston, MA 02110-1301, USA.
 */
 
+#include "config.h"
+
 #include <QPen>
 #include <QVector>
 
--- branches/work/unity/WebKit/WebCore/kcanvas/device/qt/KRenderingPaintServerSolidQt.cpp \
#571860:571861 @@ -20,6 +20,8 @@
     Boston, MA 02110-1301, USA.
 */
 
+#include "config.h"
+
 #include <QPen>
 #include <QBrush>
 #include <QPainter>
--- branches/work/unity/WebKit/WebCore/kcanvas/device/qt/RenderPathQt.cpp \
#571860:571861 @@ -23,20 +23,15 @@
 
 #include <QDebug>
 
+#include "config.h"
 #include "RenderPathQt.h"
 
 namespace WebCore {
     
 RenderPathQt::RenderPathQt(RenderStyle *style, SVGStyledElement *node) : \
RenderPath(style, node)  {
-	qDebug("RenderPathQt(), this=%p\n", this);
 }
 
-RenderPathQt::~RenderPathQt()
-{
-	qDebug("DTOR ~RenderPathQt(), this=%p\n", this);
-}
-
 void RenderPathQt::drawMarkersIfNeeded(GraphicsContext *, const FloatRect &, const \
KCanvasPath *) const  {
     qDebug("RenderPathQt::drawMarkersIfNeeded() TODO!");
--- branches/work/unity/WebKit/WebCore/kcanvas/device/qt/RenderPathQt.h \
#571860:571861 @@ -32,8 +32,8 @@
 {
 public:
     RenderPathQt(RenderStyle *style, SVGStyledElement *node);
-    virtual ~RenderPathQt();
 
+protected:
     virtual void drawMarkersIfNeeded(GraphicsContext *contexct, const FloatRect \
&rect, const KCanvasPath *path) const;  };
 


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

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