Index: ash/wm/dock/docked_window_resizer.h |
diff --git a/ash/wm/dock/docked_window_resizer.h b/ash/wm/dock/docked_window_resizer.h |
index 6614e2da3ba2fc6415dd95a72d7a8cd4b60315b5..7797424ce6dba3ecae79d2e0974077f68be24519 100644 |
--- a/ash/wm/dock/docked_window_resizer.h |
+++ b/ash/wm/dock/docked_window_resizer.h |
@@ -58,8 +58,9 @@ class ASH_EXPORT DockedWindowResizer : public WindowResizer { |
void StartedDragging(); |
// Informs the DockLayoutManager that the drag is complete if it was informed |
- // of the drag start. |
- void FinishedDragging(); |
+ // of the drag start. |move_result| specifies if the drag was completed or |
+ // reverted. |
+ void FinishedDragging(aura::client::WindowMoveResult move_result); |
// Reparents dragged window as necessary to the docked container or back to |
// workspace at the end of the drag. Calculates and returns action taken that |