diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 00:12:52 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 00:12:52 +0000 |
commit | 5ad65b545d9f0b465e41a19bce5c15e6c0d0027a (patch) | |
tree | 0b935d520d8e644d29910550db03a6152a55cd82 /views/widget/native_widget_gtk.h | |
parent | 43129860c569ddf6176858e2e010645bbadaf554 (diff) | |
download | chromium_src-5ad65b545d9f0b465e41a19bce5c15e6c0d0027a.zip chromium_src-5ad65b545d9f0b465e41a19bce5c15e6c0d0027a.tar.gz chromium_src-5ad65b545d9f0b465e41a19bce5c15e6c0d0027a.tar.bz2 |
Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."
This reverts commit a8938434c75e2a7300e04c1f23fe363bdcb67bc6.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7878008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/native_widget_gtk.h')
-rw-r--r-- | views/widget/native_widget_gtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h index fed434f..eb5ec4a 100644 --- a/views/widget/native_widget_gtk.h +++ b/views/widget/native_widget_gtk.h @@ -220,7 +220,6 @@ class VIEWS_EXPORT NativeWidgetGtk : public internal::NativeWidgetPrivate, virtual void FocusNativeView(gfx::NativeView native_view) OVERRIDE; virtual bool ConvertPointFromAncestor( const Widget* ancestor, gfx::Point* point) const OVERRIDE; - virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE; protected: // Modifies event coordinates to the targeted widget contained by this widget. |