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

hyatt at apple.com hyatt at apple.com
Wed Dec 22 12:10:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9ec201c48a13eafd4943b87c9f09fcb71a32007e
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 21:31:16 2010 +0000

    Fix GTK build bustage.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65453 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp b/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp
index 3826114..db66276 100644
--- a/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp
+++ b/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp
@@ -35,6 +35,7 @@
 #include "GraphicsContext.h"
 #include "ImageData.h"
 #include "MIMETypeRegistry.h"
+#include "NotImplemented.h"
 #include "Pattern.h"
 #include "PlatformString.h"
 
@@ -108,7 +109,7 @@ PassRefPtr<Image> ImageBuffer::copyImage() const
     return BitmapImage::create(copySurface(m_data.m_surface));
 }
 
-void ImageBuffer::clip(GraphicsContext* context, const FloatRect&) const
+void ImageBuffer::clip(GraphicsContext*, const FloatRect&) const
 {
     notImplemented();
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list