Chromium Code Reviews| 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 de169c4932a881199b8bd2d6d85318204cf590b2..817a2e3b2465ebca99394d1a7c6afdf11a789202 100644 |
| --- a/content/shell/shell_stacking_client_ash.h |
| +++ b/content/shell/shell_stacking_client_ash.h |
| @@ -39,7 +39,7 @@ namespace content { |
| // the ash parts of the code. |
| class ShellStackingClientAsh : public aura::client::StackingClient { |
| public: |
| - ShellStackingClientAsh(); |
| + ShellStackingClientAsh(aura::RootWindow* root_window); |
|
sky
2013/01/15 21:53:49
explicit. Since this takes ownership it should tak
Nayan
2013/01/15 23:39:03
Done.
|
| virtual ~ShellStackingClientAsh(); |
| // Overridden from client::StackingClient: |