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

aroben at apple.com aroben at apple.com
Wed Dec 22 15:44:33 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5eda10ff0707a39693847b1bf82c19f46f547eba
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 11 16:22:24 2010 +0000

    Build fix after r71816
    
    * WebProcess/WebPage/WebPage.messages.in: Compile out
    SetActualVisibleContentRect when ENABLE(TILED_BACKING_STORE) is
    turned off.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71825 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 6c6ca9f..5bfd517 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-11  Adam Roben  <aroben at apple.com>
+
+        Build fix after r71816
+
+        * WebProcess/WebPage/WebPage.messages.in: Compile out
+        SetActualVisibleContentRect when ENABLE(TILED_BACKING_STORE) is
+        turned off.
+
 2010-11-11  Balazs Kelemen  <kbalazs at webkit.org>
 
         Reviewed by Andreas Kling.
diff --git a/WebKit2/WebProcess/WebPage/WebPage.messages.in b/WebKit2/WebProcess/WebPage/WebPage.messages.in
index 8ec8dfe..ab84e8b 100644
--- a/WebKit2/WebProcess/WebPage/WebPage.messages.in
+++ b/WebKit2/WebProcess/WebPage/WebPage.messages.in
@@ -55,7 +55,10 @@ messages -> WebPage {
     PreferencesDidChange(WebKit::WebPreferencesStore store)
 
     SetCustomUserAgent(WTF::String customUserAgent)
+
+#if ENABLE(TILED_BACKING_STORE)
     SetActualVisibleContentRect(WebCore::IntRect rect)
+#endif
 
     Close()
     TryClose()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list