[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:55 UTC 2009


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

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

diff --git a/WebCore/kwq/KWQFontMetrics.h b/WebCore/kwq/KWQFontMetrics.h
index 36b19c3..8a6f2b4 100644
--- a/WebCore/kwq/KWQFontMetrics.h
+++ b/WebCore/kwq/KWQFontMetrics.h
@@ -37,6 +37,7 @@ public:
     QFontMetrics();
     QFontMetrics(const QFont&);
 
+    int ascent() const;
     int height() const;
     int width() const;
     int width(char) const;
diff --git a/WebCore/kwq/qt/qfontmetrics.h b/WebCore/kwq/qt/qfontmetrics.h
index 36b19c3..8a6f2b4 100644
--- a/WebCore/kwq/qt/qfontmetrics.h
+++ b/WebCore/kwq/qt/qfontmetrics.h
@@ -37,6 +37,7 @@ public:
     QFontMetrics();
     QFontMetrics(const QFont&);
 
+    int ascent() const;
     int height() const;
     int width() const;
     int width(char) const;
diff --git a/WebCore/src/kwq/qt/qfontmetrics.h b/WebCore/src/kwq/qt/qfontmetrics.h
index 36b19c3..8a6f2b4 100644
--- a/WebCore/src/kwq/qt/qfontmetrics.h
+++ b/WebCore/src/kwq/qt/qfontmetrics.h
@@ -37,6 +37,7 @@ public:
     QFontMetrics();
     QFontMetrics(const QFont&);
 
+    int ascent() const;
     int height() const;
     int width() const;
     int width(char) const;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list