[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:44:59 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit dba58ac9c39e393a4ab2ffc407681d6df558e47d
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Sep 19 15:45:13 2001 +0000
Added contentsHeight function for KDE 2.2.1 compatibility
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@134 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/kwq/KWQScrollView.h b/WebCore/kwq/KWQScrollView.h
index 41ffdf2..a246bf9 100644
--- a/WebCore/kwq/KWQScrollView.h
+++ b/WebCore/kwq/KWQScrollView.h
@@ -60,6 +60,7 @@ public:
int visibleWidth() const;
int visibleHeight() const;
int contentsWidth() const;
+ int contentsHeight() 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 41ffdf2..a246bf9 100644
--- a/WebCore/kwq/qt/qscrollview.h
+++ b/WebCore/kwq/qt/qscrollview.h
@@ -60,6 +60,7 @@ public:
int visibleWidth() const;
int visibleHeight() const;
int contentsWidth() const;
+ int contentsHeight() 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 41ffdf2..a246bf9 100644
--- a/WebCore/src/kwq/qt/qscrollview.h
+++ b/WebCore/src/kwq/qt/qscrollview.h
@@ -60,6 +60,7 @@ public:
int visibleWidth() const;
int visibleHeight() const;
int contentsWidth() const;
+ int contentsHeight() 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