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

cmarrin at apple.com cmarrin at apple.com
Wed Dec 22 18:09:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0d2c4e65e7da3feec60a5d66ea1f996fe2aad5f8
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 8 01:17:49 2010 +0000

    2010-12-07  Chris Marrin  <cmarrin at apple.com>
    
            Unreviewed.
    
            Fix build problem from http://trac.webkit.org/changeset/73477
    
            * platform/graphics/transforms/TransformationMatrix.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73483 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c0baf53..e1737e5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-07  Chris Marrin  <cmarrin at apple.com>
+
+        Unreviewed.
+
+        Fix build problem from http://trac.webkit.org/changeset/73477
+
+        * platform/graphics/transforms/TransformationMatrix.h:
+
 2010-12-07  Alexey Marinichev  <amarinichev at chromium.org>
 
         Reviewed by James Robinson.
diff --git a/WebCore/platform/graphics/transforms/TransformationMatrix.h b/WebCore/platform/graphics/transforms/TransformationMatrix.h
index f49dcad..f13bcc1 100644
--- a/WebCore/platform/graphics/transforms/TransformationMatrix.h
+++ b/WebCore/platform/graphics/transforms/TransformationMatrix.h
@@ -33,7 +33,7 @@
 #include <wtf/FastAllocBase.h>
 
 #if PLATFORM(CA)
-#include <QuartzCore/QuartzCore.h>
+#include <QuartzCore/CATransform3D.h>
 #endif
 #if PLATFORM(CG)
 #include <CoreGraphics/CGAffineTransform.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list