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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 14:52:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f644018fa479fe3e119bcad908aa054bf44984ca
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 22 21:40:44 2010 +0000

    2010-10-22  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed.
    
            [WINCE] Build fix after r70143.
    
            * platform/graphics/wince/ImageBufferWinCE.cpp:
            (WebCore::ImageBuffer::ImageBuffer):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70343 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 38e596f..eeb4983 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-22  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed.
+
+        [WINCE] Build fix after r70143.
+
+        * platform/graphics/wince/ImageBufferWinCE.cpp:
+        (WebCore::ImageBuffer::ImageBuffer):
+
 2010-10-22  Adam Roben  <aroben at apple.com>
 
         Windows build fix
diff --git a/WebCore/platform/graphics/wince/ImageBufferWinCE.cpp b/WebCore/platform/graphics/wince/ImageBufferWinCE.cpp
index 15720f3..147198c 100644
--- a/WebCore/platform/graphics/wince/ImageBufferWinCE.cpp
+++ b/WebCore/platform/graphics/wince/ImageBufferWinCE.cpp
@@ -72,7 +72,7 @@ ImageBufferData::ImageBufferData(const IntSize& size)
     m_bitmap->setHasAlpha(true);
 }
 
-ImageBuffer::ImageBuffer(const IntSize& size, ImageColorSpace colorSpace, bool& success)
+ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace colorSpace, bool& success)
     : m_data(size)
     , m_size(size)
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list