diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 17:30:05 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 17:30:05 +0000 |
commit | 642c224f643ddc33f198b6a9096d02d2054c70fe (patch) | |
tree | a11e5fca7924e30326061c43636a302b6dd9bd55 /content | |
parent | a4d95dda9d7bbb55b65ea348c16fb308ac2c79e8 (diff) | |
download | chromium_src-642c224f643ddc33f198b6a9096d02d2054c70fe.zip chromium_src-642c224f643ddc33f198b6a9096d02d2054c70fe.tar.gz chromium_src-642c224f643ddc33f198b6a9096d02d2054c70fe.tar.bz2 |
Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScreenBounds
BUG=72040
TEST=none
Review URL: http://codereview.chromium.org/6615016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/tab_contents/tab_contents_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/tab_contents/tab_contents_view.h b/content/browser/tab_contents/tab_contents_view.h index 8ee0ada..b531778 100644 --- a/content/browser/tab_contents/tab_contents_view.h +++ b/content/browser/tab_contents/tab_contents_view.h @@ -155,6 +155,7 @@ class TabContentsView : public RenderViewHostDelegate::View { virtual void CloseTabAfterEventTracking() {} // Get the bounds of the View, relative to the parent. + // TODO(beng): Return a rect rather than using an out param. virtual void GetViewBounds(gfx::Rect* out) const = 0; protected: |