[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

paroga at webkit.org paroga at webkit.org
Fri Jan 21 15:02:22 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit c2be439ffd57b4df2ee5f08569cfe29f2482f87e
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 6 17:36:49 2011 +0000

    2011-01-06  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed WinCE build fix for r75139.
    
            Try to remove include after adding forward-declaration in r75145.
    
            * platform/graphics/Gradient.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75161 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 29c2db1..8d2e7e2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-06  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed WinCE build fix for r75139.
+
+        Try to remove include after adding forward-declaration in r75145.
+
+        * platform/graphics/Gradient.h:
+
 2011-01-06  Renata Hodovan  <reni at webkit.org>
 
         Reviewed by Andreas Kling.
diff --git a/WebCore/platform/graphics/Gradient.h b/WebCore/platform/graphics/Gradient.h
index 9f7ccb2..e9c9c10 100644
--- a/WebCore/platform/graphics/Gradient.h
+++ b/WebCore/platform/graphics/Gradient.h
@@ -35,10 +35,6 @@
 #include <wtf/PassRefPtr.h>
 #include <wtf/Vector.h>
 
-#if PLATFORM(WIN)
-#include <CoreGraphics/CoreGraphics.h>
-#endif
-
 #if PLATFORM(CG)
 
 typedef struct CGContext* CGContextRef;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list