| Index: ash/wm/default_window_resizer.cc
|
| diff --git a/ash/wm/default_window_resizer.cc b/ash/wm/default_window_resizer.cc
|
| index dd874e38aab4fc6fe4e6e85a530f6ef3282af27c..470ddc3b1adae8edd97b1c10053ad2c67524e282 100644
|
| --- a/ash/wm/default_window_resizer.cc
|
| +++ b/ash/wm/default_window_resizer.cc
|
| @@ -8,6 +8,7 @@
|
| #include "ash/wm/coordinate_conversion.h"
|
| #include "ash/wm/cursor_manager.h"
|
| #include "ash/wm/property_util.h"
|
| +#include "ash/wm/window_util.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/env.h"
|
| #include "ui/aura/root_window.h"
|
| @@ -51,6 +52,7 @@ void DefaultWindowResizer::Drag(const gfx::Point& location, int event_flags) {
|
| }
|
|
|
| void DefaultWindowResizer::CompleteDrag(int event_flags) {
|
| + wm::SetUserHasChangedWindowPositionOrSize(details_.window, true);
|
| }
|
|
|
| void DefaultWindowResizer::RevertDrag() {
|
|
|