| Index: content/shell/shell_stacking_client_ash.h
|
| diff --git a/content/shell/shell_stacking_client_ash.h b/content/shell/shell_stacking_client_ash.h
|
| index da8095f4e6f0b90d2a3cce90387678b3755dbd2a..9c45b1f9cb1caf2c0e7234e6ace38db6f6fca3d8 100644
|
| --- a/content/shell/shell_stacking_client_ash.h
|
| +++ b/content/shell/shell_stacking_client_ash.h
|
| @@ -39,7 +39,8 @@ class ShellStackingClientAsh : public aura::client::StackingClient {
|
| virtual ~ShellStackingClientAsh();
|
|
|
| // 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;
|
|
|
| private:
|
|
|