| Index: ash/wm/workspace/workspace_window_resizer.h
|
| diff --git a/ash/wm/workspace/workspace_window_resizer.h b/ash/wm/workspace/workspace_window_resizer.h
|
| index 424e47d29f4890086fa5d3e49d694360e1a3eb2b..3a677020e202be14e3a2597ba1eeda45785be1c3 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer.h
|
| +++ b/ash/wm/workspace/workspace_window_resizer.h
|
| @@ -60,6 +60,10 @@ class ASH_EXPORT WorkspaceWindowResizer : public WindowResizer {
|
| return details_.initial_location_in_parent;
|
| }
|
|
|
| + // Returns a bitmask of all edges touching the work area bounds
|
| + static int CalculateStuckEdges(const gfx::Rect& bounds,
|
| + const gfx::Rect& work_area);
|
| +
|
| private:
|
| WorkspaceWindowResizer(const Details& details,
|
| const std::vector<aura::Window*>& attached_windows);
|
|
|