summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_gtk.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 22:56:17 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 22:56:17 +0000
commit2a021c45241b0556918f42df51709fdd7ff7a4fa (patch)
treeccc1ed736029022b7aed62a0d76a9ecdebe3b033 /views/widget/widget_gtk.h
parente091b14467c3329a64c47b96bf6bbb75c0a5e4d5 (diff)
downloadchromium_src-2a021c45241b0556918f42df51709fdd7ff7a4fa.zip
chromium_src-2a021c45241b0556918f42df51709fdd7ff7a4fa.tar.gz
chromium_src-2a021c45241b0556918f42df51709fdd7ff7a4fa.tar.bz2
Convert some WidgetWin construction to use CreateParams.
BUG=72040 TEST=none Review URL: http://codereview.chromium.org/6719006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/widget_gtk.h')
-rw-r--r--views/widget/widget_gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h
index ed9e9fb..963076f 100644
--- a/views/widget/widget_gtk.h
+++ b/views/widget/widget_gtk.h
@@ -191,7 +191,7 @@ class WidgetGtk : public Widget,
virtual gfx::Rect GetWindowScreenBounds() const OVERRIDE;
virtual gfx::Rect GetClientAreaScreenBounds() const OVERRIDE;
virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
- virtual void MoveAbove(Widget* widget) OVERRIDE;
+ virtual void MoveAbove(gfx::NativeView native_view) OVERRIDE;
virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
virtual void Close() OVERRIDE;
virtual void CloseNow() OVERRIDE;