Chromium Code Reviews| Index: mash/example/window_type_launcher/window_type_launcher.h |
| diff --git a/mash/example/window_type_launcher/window_type_launcher.h b/mash/example/window_type_launcher/window_type_launcher.h |
| index 9b3851cfa192416c33abb55e817957f169d8a071..418566566477c4f6f84dc0424929b62ccbf10609 100644 |
| --- a/mash/example/window_type_launcher/window_type_launcher.h |
| +++ b/mash/example/window_type_launcher/window_type_launcher.h |
| @@ -15,6 +15,7 @@ |
| namespace views { |
| class AuraInit; |
| class Widget; |
| +class WindowManagerConnection; |
| } |
| class WindowTypeLauncher |
| @@ -46,6 +47,7 @@ class WindowTypeLauncher |
| std::vector<views::Widget*> windows_; |
| std::unique_ptr<views::AuraInit> aura_init_; |
| + std::unique_ptr<views::WindowManagerConnection> views_mus_; |
|
sky
2016/05/31 18:57:24
moar
|
| DISALLOW_COPY_AND_ASSIGN(WindowTypeLauncher); |
| }; |