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..36fa77edc3f83ea3b9a333fb6eaf6fcc1c69058a 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); |
| +// Dock the given window; reparenting it to the docked container |
|
varkha
2014/09/29 21:04:34
s/Dock/Docks
s/given window/|window|
nit: period a
|
| +void DockWindow(aura::Window* window); |
| + |
| } // namespace wm |
| } // namespace ash |