| 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 098f7fb9286e7feea4f9b815ce548e9d32f868c8..b8e6ea6d5eef47e2d4516a266a0e5f73d3f955fd 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer.h
|
| +++ b/ash/wm/workspace/workspace_window_resizer.h
|
| @@ -64,7 +64,8 @@ class ASH_EXPORT WorkspaceWindowResizer : public WindowResizer {
|
| }
|
|
|
| // Overridden from WindowResizer:
|
| - virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
|
| + virtual void Drag(const gfx::Point& location_in_parent,
|
| + int event_flags) OVERRIDE;
|
| virtual void CompleteDrag(int event_flags) OVERRIDE;
|
| virtual void RevertDrag() OVERRIDE;
|
| virtual aura::Window* GetTarget() OVERRIDE;
|
|
|