diff options
Diffstat (limited to 'views/widget/widget_gtk.h')
-rw-r--r-- | views/widget/widget_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h index b5dd6a0..193910b 100644 --- a/views/widget/widget_gtk.h +++ b/views/widget/widget_gtk.h @@ -184,7 +184,7 @@ class WidgetGtk : public Widget, public MessageLoopForUI::Observer { static Window* GetWindowImpl(GtkWidget* widget); // Creates the GtkWidget. - void CreateGtkWidget(GtkWidget* parent); + void CreateGtkWidget(GtkWidget* parent, const gfx::Rect& bounds); // Attaches the widget contents to the window's widget. void AttachGtkWidgetToWindow(); |