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

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 11:13:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2f0f5c9c882a1a9fce0643b6c23173722951ba82
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 15:44:57 2010 +0000

    2010-07-15  Andreas Kling  <andreas.kling at nokia.com>
    
            Rubber-stamped by Kenneth Rohde Christiansen.
    
            [Qt] Remove an unused variable in BitmapImage::draw()
    
            * platform/graphics/qt/ImageQt.cpp:
            (WebCore::BitmapImage::draw): Remove selfSize.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63429 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 27946bd..6bfc3b4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-15  Andreas Kling  <andreas.kling at nokia.com>
+
+        Rubber-stamped by Kenneth Rohde Christiansen.
+
+        [Qt] Remove an unused variable in BitmapImage::draw()
+
+        * platform/graphics/qt/ImageQt.cpp:
+        (WebCore::BitmapImage::draw): Remove selfSize.
+
 2010-07-15  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/platform/graphics/qt/ImageQt.cpp b/WebCore/platform/graphics/qt/ImageQt.cpp
index dd97873..ea80487 100644
--- a/WebCore/platform/graphics/qt/ImageQt.cpp
+++ b/WebCore/platform/graphics/qt/ImageQt.cpp
@@ -180,8 +180,6 @@ void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst,
         return;
     }
 
-    IntSize selfSize = size();
-
     QPainter* painter(ctxt->platformContext());
 
     QPainter::CompositionMode compositionMode = GraphicsContext::toQtCompositionMode(op);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list