summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 21:10:31 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 21:10:31 +0000
commit993e3e4526f5fa205d2ec290c4f931d97826c9ee (patch)
tree2bdc0c25300f93f26504b7c34af695ea0d00fd55 /views/window/window_gtk.h
parentb7a763ad855baecbbf22a617164d5b5fd43ae899 (diff)
downloadchromium_src-993e3e4526f5fa205d2ec290c4f931d97826c9ee.zip
chromium_src-993e3e4526f5fa205d2ec290c4f931d97826c9ee.tar.gz
chromium_src-993e3e4526f5fa205d2ec290c4f931d97826c9ee.tar.bz2
Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetk
needs to deal with windows/popups too. BUG=none TEST=none Review URL: http://codereview.chromium.org/118082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/window_gtk.h')
-rw-r--r--views/window/window_gtk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h
index 05908f3..80ed1dd 100644
--- a/views/window/window_gtk.h
+++ b/views/window/window_gtk.h
@@ -27,7 +27,6 @@ class WindowGtk : public WidgetGtk, public Window {
// Window overrides:
virtual gfx::Rect GetBounds() const;
virtual gfx::Rect GetNormalBounds() const;
- virtual void SetBounds(const gfx::Rect& bounds);
virtual void SetBounds(const gfx::Rect& bounds,
gfx::NativeWindow other_window);
virtual void Show();