| Index: ui/views/widget/desktop_native_widget_aura.cc
|
| diff --git a/ui/views/widget/desktop_native_widget_aura.cc b/ui/views/widget/desktop_native_widget_aura.cc
|
| index df7170320104f687eb6491d50db31904136a9fa9..e57dc95372d3b73a9ae1c10d44722dc77ca97bbb 100644
|
| --- a/ui/views/widget/desktop_native_widget_aura.cc
|
| +++ b/ui/views/widget/desktop_native_widget_aura.cc
|
| @@ -43,7 +43,8 @@ class DesktopNativeWidgetAuraStackingClient :
|
| }
|
|
|
| // Overridden from client::StackingClient:
|
| - virtual aura::Window* GetDefaultParent(aura::Window* window,
|
| + virtual aura::Window* GetDefaultParent(aura::Window* context,
|
| + aura::Window* window,
|
| const gfx::Rect& bounds) OVERRIDE {
|
| return root_window_;
|
| }
|
|
|