summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/window/window_gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h
index b184979..907ab7c 100644
--- a/views/window/window_gtk.h
+++ b/views/window/window_gtk.h
@@ -80,7 +80,7 @@ class WindowGtk : public WidgetGtk, public Window {
explicit WindowGtk(WindowDelegate* window_delegate);
// Initializes the window to the passed in bounds.
- void Init(GtkWindow* parent, const gfx::Rect& bounds);
+ virtual void Init(GtkWindow* parent, const gfx::Rect& bounds);
virtual void OnDestroy(GtkWidget* widget);