diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 19:51:27 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 19:51:27 +0000 |
commit | 5084fddc4d0672d5062bb3626d3a7c13525a2a41 (patch) | |
tree | 9d19bde6c1706550c013c7cb47d6dc0f4d2e3009 /views/widget/native_widget_gtk.h | |
parent | a485f51aef852de42617b523db71794349664764 (diff) | |
download | chromium_src-5084fddc4d0672d5062bb3626d3a7c13525a2a41.zip chromium_src-5084fddc4d0672d5062bb3626d3a7c13525a2a41.tar.gz chromium_src-5084fddc4d0672d5062bb3626d3a7c13525a2a41.tar.bz2 |
Revert "Relanding 100792"
This reverts commit 1de05c148460b26037b069501c19ee0c20aeb4ad.
TBR=backer@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7888049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101131 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 152d462..0cdc9f2 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. |