[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 11:23:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c9a5932fd2c3426e0543a4e9542fa762474e7b00
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 21 16:31:15 2010 +0000

    Windows build fix
    
    * Shared/win/UpdateChunk.h:
    (WebKit::UpdateChunk::isEmpty): Added to match the Mac definition.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63832 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 9c66160..88bbfd0 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-21  Adam Roben  <aroben at apple.com>
+
+        Windows build fix
+
+        * Shared/win/UpdateChunk.h:
+        (WebKit::UpdateChunk::isEmpty): Added to match the Mac definition.
+
 2010-07-21  Anders Carlsson  <andersca at apple.com>
 
         Land file I forgot to add.
diff --git a/WebKit2/Shared/win/UpdateChunk.h b/WebKit2/Shared/win/UpdateChunk.h
index e0e5a9d..0fb699f 100644
--- a/WebKit2/Shared/win/UpdateChunk.h
+++ b/WebKit2/Shared/win/UpdateChunk.h
@@ -43,6 +43,7 @@ public:
 
     const WebCore::IntRect& rect() const { return m_rect; }
     HANDLE memory() const { return m_bitmapSharedMemory; }
+    bool isEmpty() const { return m_rect.isEmpty(); }
 
     void encode(CoreIPC::ArgumentEncoder&) const;
     static bool decode(CoreIPC::ArgumentDecoder&, UpdateChunk&);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list