Chromium Code Reviews| Index: ash/wm/window_util.h |
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
| index c27caaac4260d59dc9193b01510e069d1c70f5be..232bed0f467c9a1420a9402841452d4148d4cf60 100644 |
| --- a/ash/wm/window_util.h |
| +++ b/ash/wm/window_util.h |
| @@ -72,6 +72,10 @@ ASH_EXPORT ui::Layer* RecreateWindowLayers( |
| // Deletes |layer| and all its child layers. |
| ASH_EXPORT void DeepDeleteLayers(ui::Layer* layer); |
| +// The |window| will be toggled between full screen and normal mode. It will |
|
sky
2012/08/28 20:46:36
full screen -> maximized
Mr4D (OOO till 08-26)
2012/08/28 22:40:02
Done.
|
| +// also handle the left/right/maximized toggles properly. |
| +ASH_EXPORT void ToggleMaximizedState(aura::Window* window); |
| + |
| } // namespace wm |
| } // namespace ash |