Chromium Code Reviews| Index: ash/wm/window_util.h |
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
| index aafb7f39e841e4975881746932292b2a30647a55..e126e5c9d31041188b096507da438310069bcc10 100644 |
| --- a/ash/wm/window_util.h |
| +++ b/ash/wm/window_util.h |
| @@ -108,6 +108,9 @@ ASH_EXPORT void SetSnapsChildrenToPhysicalPixelBoundary( |
| // Traverse the |container| tree and installs SnapToPixelLayoutManager. |
| void InstallSnapLayoutManagerToContainers(aura::Window* container); |
| +// Docks the given |window|; reparenting it to the docked container. |
|
varkha
2014/09/30 20:31:03
nit: just |window| would be unambiguous here.
dtapuska
2014/10/01 15:02:16
Done.
|
| +void DockWindow(aura::Window* window); |
| + |
| } // namespace wm |
| } // namespace ash |