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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:28:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4092e0d93e0bd919f9798eb435cbe26010e36196
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 26 19:10:59 2010 +0000

    2010-07-26  Patrick Gansterer  <paroga at paroga.com>
    
            Reviewed by Adam Roben.
    
            [WINCE] Buildfix for BitmapImage.h
            https://bugs.webkit.org/show_bug.cgi?id=42931
    
            Use AffineTransform insted of TransformationMatrix.
    
            * platform/graphics/BitmapImage.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64060 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 722ef55..e751e3c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-26  Patrick Gansterer  <paroga at paroga.com>
+
+        Reviewed by Adam Roben.
+
+        [WINCE] Buildfix for BitmapImage.h
+        https://bugs.webkit.org/show_bug.cgi?id=42931
+
+        Use AffineTransform insted of TransformationMatrix.
+
+        * platform/graphics/BitmapImage.h:
+
 2010-07-26  Dirk Schulze  <krit at webkit.org>
 
         Unreviewed sort of XCode project file.
diff --git a/WebCore/platform/graphics/BitmapImage.h b/WebCore/platform/graphics/BitmapImage.h
index e8fac68..5a54963 100644
--- a/WebCore/platform/graphics/BitmapImage.h
+++ b/WebCore/platform/graphics/BitmapImage.h
@@ -171,7 +171,7 @@ protected:
     virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
 
 #if (OS(WINCE) && !PLATFORM(QT))
-    virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const TransformationMatrix& patternTransform,
+    virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
                              const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect);
 #endif
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list