| Index: ash/wm/workspace/workspace_window_resizer.h
|
| diff --git a/ash/wm/workspace/workspace_window_resizer.h b/ash/wm/workspace/workspace_window_resizer.h
|
| index 1344f57c6751d3f5b26555319d479e6712dec317..2f4da05220ac706d53b8e148956493b92891cedc 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer.h
|
| +++ b/ash/wm/workspace/workspace_window_resizer.h
|
| @@ -171,6 +171,8 @@ class ASH_EXPORT WorkspaceWindowResizer : public WindowResizer {
|
|
|
| const std::vector<aura::Window*> attached_windows_;
|
|
|
| + bool did_lock_cursor_;
|
| +
|
| // Set to true once Drag() is invoked and the bounds of the window change.
|
| bool did_move_or_resize_;
|
|
|
|
|