Chromium Code Reviews| Index: content/shell/minimal_ash.h |
| diff --git a/content/shell/minimal_ash.h b/content/shell/minimal_ash.h |
| index f3ec43b4067e5ec35fa84477e85629dcb28f2354..34b4fcbbdf085f4be3c5eaec53ea6d7953cbd4ec 100644 |
| --- a/content/shell/minimal_ash.h |
| +++ b/content/shell/minimal_ash.h |
| @@ -23,6 +23,7 @@ class TestActivationClient; |
| namespace gfx { |
| class Rect; |
| +class Size; |
| } |
| namespace views { |
| @@ -39,7 +40,7 @@ namespace content { |
| // the ash parts of the code. |
| class MinimalAsh : public aura::client::StackingClient { |
| public: |
| - MinimalAsh(); |
| + MinimalAsh(gfx::Size default_window_size); |
|
sky
2013/01/23 22:12:10
explicit const gfx::Size&
Nayan
2013/01/23 22:28:40
Done.
|
| virtual ~MinimalAsh(); |
| // Overridden from client::StackingClient: |