| Index: ash/wm/window_resizer.h
|
| diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h
|
| index d8c398fbdb63be01b72495748f075fe7facdd2cd..f393af600fd055f8f5d0932c1d5441c33727f725 100644
|
| --- a/ash/wm/window_resizer.h
|
| +++ b/ash/wm/window_resizer.h
|
| @@ -62,8 +62,8 @@ class ASH_EXPORT WindowResizer {
|
| // The window we're resizing.
|
| aura::Window* window;
|
|
|
| - // Initial bounds of the window in parent coordinates.
|
| - gfx::Rect initial_bounds_in_parent;
|
| + // 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.
|
|
|