| Index: ash/wm/workspace/phantom_window_controller.h
|
| diff --git a/ash/wm/workspace/phantom_window_controller.h b/ash/wm/workspace/phantom_window_controller.h
|
| index 02aafe78a42c346913e7a23ab68e01e0e6e92144..fa87ef4383532f9b481eeceb4c7a92f468ce7469 100644
|
| --- a/ash/wm/workspace/phantom_window_controller.h
|
| +++ b/ash/wm/workspace/phantom_window_controller.h
|
| @@ -44,6 +44,14 @@ class ASH_EXPORT PhantomWindowController {
|
| private:
|
| friend class PhantomWindowControllerTest;
|
|
|
| + // Animates the phantom window towards |bounds_in_screen| when the alternate
|
| + // caption button style is used.
|
| + void ShowAlternate(const gfx::Rect& bounds_in_screen);
|
| +
|
| + // Animates the phantom window towards |bounds_in_screen| when the legacy
|
| + // caption button style is used.
|
| + void ShowLegacy(const gfx::Rect& bounds_in_screen);
|
| +
|
| // Creates, shows and returns a phantom widget at |bounds|
|
| // with kShellWindowId_ShelfContainer in |root_window| as a parent.
|
| scoped_ptr<views::Widget> CreatePhantomWidget(
|
|
|