diff options
Diffstat (limited to 'views/window/window_gtk.cc')
-rw-r--r-- | views/window/window_gtk.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/window/window_gtk.cc b/views/window/window_gtk.cc index a24ce61..5e625a6 100644 --- a/views/window/window_gtk.cc +++ b/views/window/window_gtk.cc @@ -300,6 +300,10 @@ const NativeWidget* WindowGtk::AsNativeWidget() const { return this; } +Window* WindowGtk::GetWindow() { + return this; +} + void WindowGtk::SetWindowBounds(const gfx::Rect& bounds, gfx::NativeWindow other_window) { // TODO: need to deal with other_window. |