| Index: ash/wm/workspace/workspace.cc
|
| diff --git a/ash/wm/workspace/workspace.cc b/ash/wm/workspace/workspace.cc
|
| index a2c03254b97e8606c15f5c9807a6ffd5e09057d9..e5c015445167749eec0e9b1e5d9c88a2116383fc 100644
|
| --- a/ash/wm/workspace/workspace.cc
|
| +++ b/ash/wm/workspace/workspace.cc
|
| @@ -34,7 +34,7 @@ Workspace::Workspace(WorkspaceManager* manager,
|
| // Do this so when animating out windows don't extend beyond the bounds.
|
| window_->layer()->SetMasksToBounds(true);
|
| window_->Hide();
|
| - window_->SetParent(parent);
|
| + window_->SetParentTo(parent);
|
| window_->SetProperty(internal::kUsesScreenCoordinatesKey, true);
|
|
|
| // The layout-manager cannot be created in the initializer list since it
|
|
|