[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

treat at webkit.org treat at webkit.org
Thu Apr 8 02:14:15 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 259b45c909aa5028c1864fcad7263e3b28525360
Author: treat at webkit.org <treat at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 8 20:21:53 2010 +0000

    Unreviewed build fix for Windows.
    
    Patch by Adam Treat <atreat at rim.com> on 2010-03-08
    * WebCoreSupport/WebChromeClient.cpp:
    (WebChromeClient::invalidateContents):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55677 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index fc370a3..82cee40 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-08  Adam Treat  <atreat at rim.com>
+
+        Unreviewed build fix for Windows.
+
+        * WebCoreSupport/WebChromeClient.cpp:
+        (WebChromeClient::invalidateContents):
+
 2010-03-02  Adam Treat  <atreat at rim.com>
 
         Reviewed by Dave Hyatt.
diff --git a/WebKit/win/WebCoreSupport/WebChromeClient.cpp b/WebKit/win/WebCoreSupport/WebChromeClient.cpp
index 7618a9e..aca2d59 100644
--- a/WebKit/win/WebCoreSupport/WebChromeClient.cpp
+++ b/WebKit/win/WebCoreSupport/WebChromeClient.cpp
@@ -454,7 +454,7 @@ IntRect WebChromeClient::windowResizerRect() const
     return IntRect();
 }
 
-void WebChromeClient::invalidateContents(const IntRect&, bool)
+void WebChromeClient::invalidateContents(const IntRect& windowRect, bool)
 {
     ASSERT(core(m_webView->topLevelFrame()));
     m_webView->repaint(windowRect, true /*contentChanged*/, false /*immediate*/, true /*repaintContentOnly*/);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list