| Index: ash/wm/workspace/workspace_manager.cc
|
| diff --git a/ash/wm/workspace/workspace_manager.cc b/ash/wm/workspace/workspace_manager.cc
|
| index 2ac379358642060452ef832ee0c5023e7126261a..312d8d304b79e0e3d53eced8ac25a37967068599 100644
|
| --- a/ash/wm/workspace/workspace_manager.cc
|
| +++ b/ash/wm/workspace/workspace_manager.cc
|
| @@ -62,7 +62,7 @@ const int kInitialPauseTimeMS = 750;
|
| void ReparentWindow(Window* window,
|
| Window* new_parent,
|
| Window* stack_beneath) {
|
| - window->SetParent(new_parent);
|
| + window->SetParentTo(new_parent);
|
| if (stack_beneath)
|
| new_parent->StackChildBelow(window, stack_beneath);
|
| for (size_t i = 0; i < window->transient_children().size(); ++i)
|
|
|