| Index: ui/aura/desktop/desktop_stacking_client.h
|
| diff --git a/ui/aura/desktop/desktop_stacking_client.h b/ui/aura/desktop/desktop_stacking_client.h
|
| index b47abf5e1b539cffe7bcfa4fd6ed1fc865cbfbdd..1adfbd03f4d9d4385a717362ef7c429bfe3f7456 100644
|
| --- a/ui/aura/desktop/desktop_stacking_client.h
|
| +++ b/ui/aura/desktop/desktop_stacking_client.h
|
| @@ -35,7 +35,8 @@ class VIEWS_EXPORT DesktopStackingClient : public client::StackingClient {
|
| virtual ~DesktopStackingClient();
|
|
|
| // Overridden from client::StackingClient:
|
| - virtual Window* GetDefaultParent(Window* window,
|
| + virtual Window* GetDefaultParent(Window* context,
|
| + Window* window,
|
| const gfx::Rect& bounds) OVERRIDE;
|
|
|
| private:
|
|
|