diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 23:16:24 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 23:16:24 +0000 |
commit | eb6439387ab5035450035d606f6ff32319c13789 (patch) | |
tree | 897f9ffa88d64addd5ed0de10039c3dfc383100a /webkit/glue/glue_util.h | |
parent | 1640ffbff45713748fb31c9bbae46ea47ab6e8e0 (diff) | |
download | chromium_src-eb6439387ab5035450035d606f6ff32319c13789.zip chromium_src-eb6439387ab5035450035d606f6ff32319c13789.tar.gz chromium_src-eb6439387ab5035450035d606f6ff32319c13789.tar.bz2 |
Reverting dfisher changes 133386 and 13381
TBR=darin
Review URL: http://codereview.chromium.org/58018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/glue_util.h')
-rw-r--r-- | webkit/glue/glue_util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/webkit/glue/glue_util.h b/webkit/glue/glue_util.h index 46cc74a..8f02767 100644 --- a/webkit/glue/glue_util.h +++ b/webkit/glue/glue_util.h @@ -15,7 +15,6 @@ class ChromiumDataObject; class CString; class IntPoint; class IntRect; -class IntSize; class KURL; class String; } @@ -26,8 +25,6 @@ class WebDragData; class WebString; class WebURL; struct WebPoint; -struct WebRect; -struct WebSize; } namespace WTF { @@ -88,14 +85,6 @@ WebCore::IntRect ToIntRect(const gfx::Rect& r); WebCore::IntPoint WebPointToIntPoint(const WebKit::WebPoint&); WebKit::WebPoint IntPointToWebPoint(const WebCore::IntPoint&); -// WebRect <-> IntRect -WebCore::IntRect WebRectToIntRect(const WebKit::WebRect&); -WebKit::WebRect IntRectToWebRect(const WebCore::IntRect&); - -// WebSize <-> IntSize -WebCore::IntSize WebSizeToIntSize(const WebKit::WebSize&); -WebKit::WebSize IntSizeToWebSize(const WebCore::IntSize&); - // WebDragData <-> ChromiumDataObject WebKit::WebDragData ChromiumDataObjectToWebDragData( const WTF::PassRefPtr<WebCore::ChromiumDataObject>&); |