| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 217e38e10a6d70c6545c690ed5f74e0d0940fad0..6303b76f161111b3ccffbb9b273a827ac9483612 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -40,7 +40,8 @@ Window* GetParentForWindow(Window* window, Window* suggested_parent) {
|
| if (suggested_parent)
|
| return suggested_parent;
|
| if (client::GetStackingClient())
|
| - return client::GetStackingClient()->GetDefaultParent(window, gfx::Rect());
|
| + return client::GetStackingClient()->GetDefaultParent(
|
| + window, window, gfx::Rect());
|
| return NULL;
|
| }
|
|
|
|
|