[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

weinig at apple.com weinig at apple.com
Mon Feb 21 00:04:04 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 5a5c3450d05bbed3d0922b077ba6b9af06ecc535
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 27 21:32:55 2011 +0000

    Fix all the builds.
    
    * platform/ScrollView.cpp:
    (WebCore::ScrollView::paintOverhangAreas): Add parameters.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76832 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 370049d..35cb2eb 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-27  Sam Weinig  <sam at webkit.org>
 
+        Fix all the builds.
+
+        * platform/ScrollView.cpp:
+        (WebCore::ScrollView::paintOverhangAreas): Add parameters.
+
+2011-01-27  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Dave Hyatt.
 
         Add ability to do an unconstrained scroll on a ScrollView
diff --git a/Source/WebCore/platform/ScrollView.cpp b/Source/WebCore/platform/ScrollView.cpp
index bd4ac76..6d4f4ba 100644
--- a/Source/WebCore/platform/ScrollView.cpp
+++ b/Source/WebCore/platform/ScrollView.cpp
@@ -921,7 +921,7 @@ void ScrollView::calculateOverhangAreasForPainting(IntRect& horizontalOverhangRe
     }
 }
 
-void ScrollView::paintOverhangAreas(GraphicsContext*, const IntRect&, const IntRect&)
+void ScrollView::paintOverhangAreas(GraphicsContext* context, const IntRect& horizontalOverhangRect, const IntRect& verticalOverhangRect)
 {
     // FIXME: This should be checking the dirty rect.
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list