| 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 e5c6c8926e1a7cd3a9f9e044f24cccdcbb912d0a..1fb757e8974ade27bcac757420301e6b9a07abe6 100644
|
| --- a/ui/aura/desktop/desktop_stacking_client.h
|
| +++ b/ui/aura/desktop/desktop_stacking_client.h
|
| @@ -28,7 +28,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:
|
|
|