| 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 ab3e849b0bbe6e22b82879d82bc57feeb10e820f..ea3bec6055ec86ffa64a7e78ee2378692545127a 100644
|
| --- a/ui/aura/desktop/desktop_stacking_client.h
|
| +++ b/ui/aura/desktop/desktop_stacking_client.h
|
| @@ -37,7 +37,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:
|
|
|