| Index: ash/wm/window_resizer.h
|
| diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h
|
| index 6cfce90762bd70f15f071268dee3ed109fca84c0..0c55ebac5a08bd7e1ba6d6ca0d955ad991e1d10a 100644
|
| --- a/ash/wm/window_resizer.h
|
| +++ b/ash/wm/window_resizer.h
|
| @@ -74,6 +74,10 @@ class ASH_EXPORT WindowResizer {
|
| // Initial bounds of the window.
|
| gfx::Rect initial_bounds;
|
|
|
| + // Restore bounds (in screen coordinates) of the window before the drag
|
| + // started. Only set if the window is normal and is being dragged.
|
| + gfx::Rect restore_bounds;
|
| +
|
| // Location passed to the constructor, in |window->parent()|'s coordinates.
|
| gfx::Point initial_location_in_parent;
|
|
|
|
|