| Index: ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| index 5a726f1063d343e745cb29deb5afac6fe67c8646..a00d0121429eabbd2a03719f9f4cf37f41c39d93 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| @@ -140,7 +140,7 @@ class WorkspaceWindowResizerTest : public test::AshTestBase {
|
| gfx::Point CalculateDragPoint(const WorkspaceWindowResizer& resizer,
|
| int delta_x,
|
| int delta_y) const {
|
| - gfx::Point location = resizer.GetInitialLocationInParentForTest();
|
| + gfx::Point location = resizer.GetInitialLocation();
|
| location.set_x(location.x() + delta_x);
|
| location.set_y(location.y() + delta_y);
|
| return location;
|
|
|