| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| index edeae4a89a72f8149dba046b07ac83093ae5cde3..84d781ebb85f153902bd10e9971e73ac068f0c8a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| @@ -181,8 +181,7 @@ class DesktopNativeWidgetAuraWindowParentingClient
|
| }
|
|
|
| // Overridden from client::WindowParentingClient:
|
| - aura::Window* GetDefaultParent(aura::Window* context,
|
| - aura::Window* window,
|
| + aura::Window* GetDefaultParent(aura::Window* window,
|
| const gfx::Rect& bounds) override {
|
| bool is_fullscreen = window->GetProperty(aura::client::kShowStateKey) ==
|
| ui::SHOW_STATE_FULLSCREEN;
|
|
|