| Index: views/widget/widget_gtk.h
|
| diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h
|
| index 0034f018308ec973e97b2d81b90e8479ac0d7603..58d8895eef75abc0d8845713cef74bf93cd00964 100644
|
| --- a/views/widget/widget_gtk.h
|
| +++ b/views/widget/widget_gtk.h
|
| @@ -40,8 +40,7 @@ class WidgetGtk : public Widget, public MessageLoopForUI::Observer {
|
|
|
| // Initializes this widget.
|
| void Init(GtkWidget* parent,
|
| - const gfx::Rect& bounds,
|
| - bool has_own_focus_manager);
|
| + const gfx::Rect& bounds);
|
|
|
| // Makes the background of the window totally transparent. This must be
|
| // invoked before Init. This does a couple of checks and returns true if
|
|
|