[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 12:19:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit dc76580369b93247c96b268e7818a3122dcce44d
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 19 06:56:58 2010 +0000

    2010-08-18  Andreas Kling  <andreas.kling at nokia.com>
    
            Rubber-stamped by Ariya Hidayat.
    
            [Qt] Remove unused variable in GraphicsContext::fillRect()
    
            * platform/graphics/qt/GraphicsContextQt.cpp:
            (WebCore::GraphicsContext::fillRect):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65655 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9e8d269..6dedc3b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-18  Andreas Kling  <andreas.kling at nokia.com>
+
+        Rubber-stamped by Ariya Hidayat.
+
+        [Qt] Remove unused variable in GraphicsContext::fillRect()
+
+        * platform/graphics/qt/GraphicsContextQt.cpp:
+        (WebCore::GraphicsContext::fillRect):
+
 2010-08-18  Ariya Hidayat  <ariya at sencha.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebCore/platform/graphics/qt/GraphicsContextQt.cpp b/WebCore/platform/graphics/qt/GraphicsContextQt.cpp
index 6218e00..840ef02 100644
--- a/WebCore/platform/graphics/qt/GraphicsContextQt.cpp
+++ b/WebCore/platform/graphics/qt/GraphicsContextQt.cpp
@@ -655,7 +655,6 @@ void GraphicsContext::fillRect(const FloatRect& rect)
 
     if (m_common->state.fillPattern) {
         AffineTransform affine;
-        FloatRect rectM(rect);
         QBrush brush(m_common->state.fillPattern->createPlatformPattern(affine));
         QPixmap* image = m_common->state.fillPattern->tileImage()->nativeImageForCurrentFrame();
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list