Index: ash/wm/default_window_resizer.cc |
diff --git a/ash/wm/default_window_resizer.cc b/ash/wm/default_window_resizer.cc |
index 48abacd07db6f72493905d285a77b4371f21c096..4b121387f43a1d9e55a3d073d69cd2318127c6ed 100644 |
--- a/ash/wm/default_window_resizer.cc |
+++ b/ash/wm/default_window_resizer.cc |
@@ -47,7 +47,7 @@ void DefaultWindowResizer::RevertDrag() { |
if (!did_move_or_resize_) |
return; |
- details_.window->SetBounds(details_.initial_bounds_in_parent); |
+ details_.window->SetBounds(details_.initial_bounds); |
if (!details_.restore_bounds.IsEmpty()) |
SetRestoreBoundsInScreen(details_.window, details_.restore_bounds); |