| Index: components/exo/shell_surface.h
|
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
|
| index d621a988607d836c890c70f37af35937305ca982..a5b1aa3cbb25fe6f2de5e996bd039a0058a42257 100644
|
| --- a/components/exo/shell_surface.h
|
| +++ b/components/exo/shell_surface.h
|
| @@ -220,6 +220,11 @@ class ShellSurface : public SurfaceDelegate,
|
| bool CanMaximize() const override;
|
| bool CanMinimize() const override;
|
| base::string16 GetWindowTitle() const override;
|
| + void SaveWindowPlacement(const gfx::Rect& bounds,
|
| + ui::WindowShowState show_state) override;
|
| + bool GetSavedWindowPlacement(const views::Widget* widget,
|
| + gfx::Rect* bounds,
|
| + ui::WindowShowState* show_state) const override;
|
| void WindowClosing() override;
|
| views::Widget* GetWidget() override;
|
| const views::Widget* GetWidget() const override;
|
|
|