summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_gtk.h
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 19:51:27 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 19:51:27 +0000
commit5084fddc4d0672d5062bb3626d3a7c13525a2a41 (patch)
tree9d19bde6c1706550c013c7cb47d6dc0f4d2e3009 /views/widget/native_widget_gtk.h
parenta485f51aef852de42617b523db71794349664764 (diff)
downloadchromium_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.h1
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.