Index: ash/wm/workspace/snap_sizer.h |
diff --git a/ash/wm/workspace/snap_sizer.h b/ash/wm/workspace/snap_sizer.h |
index 73d3ab4ede1070bdd8b751e933a4cacbf5a2b2a7..b283258febcd2f1dd3de719c7d5e6b1b30998f8d 100644 |
--- a/ash/wm/workspace/snap_sizer.h |
+++ b/ash/wm/workspace/snap_sizer.h |
@@ -43,6 +43,9 @@ class ASH_EXPORT SnapSizer { |
InputType input_type); |
virtual ~SnapSizer(); |
+ // Snaps a window left or right. |
+ static void SnapWindow(aura::Window* window, Edge edge); |
+ |
// Updates the target bounds based on a mouse move. |
void Update(const gfx::Point& location); |