Chromium Code Reviews| Index: views/widget/widget_gtk.h |
| =================================================================== |
| --- views/widget/widget_gtk.h (revision 19366) |
| +++ views/widget/widget_gtk.h (working copy) |
| @@ -184,7 +184,7 @@ |
| 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(); |