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

andersca at apple.com andersca at apple.com
Sun Feb 20 23:11:58 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b17b6a77c994aa5e04df56b5a081c6c69508c97c
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 18 22:18:29 2011 +0000

    Fix build.
    
    * UIProcess/win/WebView.cpp:
    (WebKit::WebView::scrollView):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76064 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index 4c9425a..a16427d 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-18  Anders Carlsson  <andersca at apple.com>
 
+        Fix build.
+
+        * UIProcess/win/WebView.cpp:
+        (WebKit::WebView::scrollView):
+
+2011-01-18  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Sam Weinig.
 
         Add PageClient::scrollView
diff --git a/Source/WebKit2/UIProcess/win/WebView.cpp b/Source/WebKit2/UIProcess/win/WebView.cpp
index b0e4285..4516f54 100644
--- a/Source/WebKit2/UIProcess/win/WebView.cpp
+++ b/Source/WebKit2/UIProcess/win/WebView.cpp
@@ -591,7 +591,7 @@ void WebView::displayView()
     ::UpdateWindow(m_window);
 }
 
-void PageClientImpl::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
+void WebView::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
 {
     // FIXME: Actually scroll the view contents.
     setViewNeedsDisplay(scrollRect);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list