[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:30 UTC 2011


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

    2011-01-06  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed Windows build fix for r75161.
    
            * platform/graphics/cg/GraphicsContextCG.cpp: Missing include added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75163 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8d2e7e2..737cd44 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-06  Patrick Gansterer  <paroga at webkit.org>
 
+        Unreviewed Windows build fix for r75161.
+
+        * platform/graphics/cg/GraphicsContextCG.cpp: Missing include added.
+
+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.
diff --git a/WebCore/platform/graphics/cg/GraphicsContextCG.cpp b/WebCore/platform/graphics/cg/GraphicsContextCG.cpp
index 0c22f1f..acd912f 100644
--- a/WebCore/platform/graphics/cg/GraphicsContextCG.cpp
+++ b/WebCore/platform/graphics/cg/GraphicsContextCG.cpp
@@ -36,8 +36,7 @@
 #include "Path.h"
 #include "Pattern.h"
 
-#include <CoreGraphics/CGBitmapContext.h>
-#include <CoreGraphics/CGPDFContext.h>
+#include <CoreGraphics/CoreGraphics.h>
 #include <wtf/MathExtras.h>
 #include <wtf/OwnArrayPtr.h>
 #include <wtf/RetainPtr.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list