| Index: ash/shell/toplevel_window.h
|
| diff --git a/ash/shell/toplevel_window.h b/ash/shell/toplevel_window.h
|
| index 71bbfa237126e1c1e2faf3b7bfa6938c52848672..8a31d26969639e85ba247da107863c7d536436b4 100644
|
| --- a/ash/shell/toplevel_window.h
|
| +++ b/ash/shell/toplevel_window.h
|
| @@ -38,6 +38,7 @@ class ToplevelWindow : public views::WidgetDelegateView {
|
| const gfx::Rect& bounds,
|
| ui::WindowShowState show_state) OVERRIDE;
|
| virtual bool GetSavedWindowPlacement(
|
| + const views::Widget* widget,
|
| gfx::Rect* bounds,
|
| ui::WindowShowState* show_state) const OVERRIDE;
|
| virtual View* GetContentsView() OVERRIDE;
|
|
|