From 5ad65b545d9f0b465e41a19bce5c15e6c0d0027a Mon Sep 17 00:00:00 2001 From: "oshima@google.com" Date: Tue, 13 Sep 2011 00:12:52 +0000 Subject: 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 --- views/widget/native_widget_gtk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'views/widget/native_widget_gtk.h') 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. -- cgit v1.1