| 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 1edf10dc0fb362c9de48d1b4581553a68a81e7d1..3b28e1e23642c1bd5fcc64d2199e84e917eeb136 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer.h
|
| +++ b/ash/wm/workspace/workspace_window_resizer.h
|
| @@ -37,7 +37,7 @@ class ASH_EXPORT WorkspaceWindowResizer : public WindowResizer {
|
|
|
| static WorkspaceWindowResizer* Create(
|
| aura::Window* window,
|
| - const gfx::Point& location,
|
| + const gfx::Point& location_in_parent,
|
| int window_component,
|
| const std::vector<aura::Window*>& attached_windows);
|
|
|
|
|