[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:43:49 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5bb7e0b1425963847cb6ffe8437dab011f527c36
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 5 13:35:52 2001 +0000

    Added contentsWidth function member
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@94 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQScrollView.h b/WebCore/kwq/KWQScrollView.h
index b1a891c..3084a8c 100644
--- a/WebCore/kwq/KWQScrollView.h
+++ b/WebCore/kwq/KWQScrollView.h
@@ -35,6 +35,7 @@ public:
     QWidget* viewport() const;
     int visibleWidth() const;
     int visibleHeight() const;
+    int contentsWidth() const;
     int contentsX() const;
     int contentsY() const;
     void scrollBy(int dx, int dy);
diff --git a/WebCore/kwq/qt/qscrollview.h b/WebCore/kwq/qt/qscrollview.h
index b1a891c..3084a8c 100644
--- a/WebCore/kwq/qt/qscrollview.h
+++ b/WebCore/kwq/qt/qscrollview.h
@@ -35,6 +35,7 @@ public:
     QWidget* viewport() const;
     int visibleWidth() const;
     int visibleHeight() const;
+    int contentsWidth() const;
     int contentsX() const;
     int contentsY() const;
     void scrollBy(int dx, int dy);
diff --git a/WebCore/src/kwq/qt/qscrollview.h b/WebCore/src/kwq/qt/qscrollview.h
index b1a891c..3084a8c 100644
--- a/WebCore/src/kwq/qt/qscrollview.h
+++ b/WebCore/src/kwq/qt/qscrollview.h
@@ -35,6 +35,7 @@ public:
     QWidget* viewport() const;
     int visibleWidth() const;
     int visibleHeight() const;
+    int contentsWidth() const;
     int contentsX() const;
     int contentsY() const;
     void scrollBy(int dx, int dy);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list