Index: trunk/src/ash/wm/workspace/workspace_window_resizer.h |
=================================================================== |
--- trunk/src/ash/wm/workspace/workspace_window_resizer.h (revision 244088) |
+++ trunk/src/ash/wm/workspace/workspace_window_resizer.h (working copy) |
@@ -76,6 +76,10 @@ |
private: |
friend class WorkspaceWindowResizerTest; |
+ // Returns the final bounds to place the window at. This differs from |
+ // the current when snapping. |
+ gfx::Rect GetFinalBounds(const gfx::Rect& bounds) const; |
+ |
// Lays out the attached windows. |bounds| is the bounds of the main window. |
void LayoutAttachedWindows(gfx::Rect* bounds); |