| Index: ui/views/widget/widget_delegate.h
|
| diff --git a/ui/views/widget/widget_delegate.h b/ui/views/widget/widget_delegate.h
|
| index 4466e52cfa23b5d8445b8ba650ce1b51c5575173..16e29a8b3385ada559d9cd69738d24c77c045e57 100644
|
| --- a/ui/views/widget/widget_delegate.h
|
| +++ b/ui/views/widget/widget_delegate.h
|
| @@ -104,7 +104,8 @@ class VIEWS_EXPORT WidgetDelegate {
|
|
|
| // Retrieves the window's bounds and "show" states.
|
| // This behavior can be overridden to provide additional functionality.
|
| - virtual bool GetSavedWindowPlacement(gfx::Rect* bounds,
|
| + virtual bool GetSavedWindowPlacement(const Widget* widget,
|
| + gfx::Rect* bounds,
|
| ui::WindowShowState* show_state) const;
|
|
|
| // Returns true if the window's size should be restored. If this is false,
|
|
|