| Index: ash/wm/drag_details.h
|
| diff --git a/ash/wm/drag_details.h b/ash/wm/drag_details.h
|
| index 9b8cc3837e137ccbbe07d34ce1a382a3a852dc84..d16d8d09525a3b39fcd29e712e6479bd78219902 100644
|
| --- a/ash/wm/drag_details.h
|
| +++ b/ash/wm/drag_details.h
|
| @@ -16,7 +16,6 @@ class Window;
|
| }
|
|
|
| namespace ash {
|
| -class WindowResizer;
|
|
|
| namespace wm {
|
| class WindowState;
|
| @@ -62,9 +61,6 @@ struct ASH_EXPORT DragDetails {
|
|
|
| // True if the window should attach to the shelf after releasing.
|
| bool should_attach_to_shelf;
|
| -
|
| - // WindowResizer that is controlling the drag.
|
| - WindowResizer* window_resizer;
|
| };
|
|
|
| } // namespace ash
|
|
|