Chromium Code Reviews| Index: ash/wm/window_util.h |
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
| index cf7b0e76093b2ba2749a6de8fa5f6986dade0473..536b495141f9b4329736c8f6d63895abafe686d7 100644 |
| --- a/ash/wm/window_util.h |
| +++ b/ash/wm/window_util.h |
| @@ -130,6 +130,9 @@ ASH_EXPORT void AdjustBoundsToEnsureWindowVisibility( |
| ASH_EXPORT bool MoveWindowToEventRoot(aura::Window* window, |
| const ui::Event& event); |
| +// Returns true if a window should stick to an edge. |
| +ASH_EXPORT bool ShouldStickToEdge(int distance_from_edge); |
|
flackr
2013/04/16 00:32:14
Currently, this is only used by workspace_window_r
stevenjb
2013/04/16 20:08:20
That was my thought based on your suggestion, but
|
| + |
| } // namespace wm |
| } // namespace ash |