Chromium Code Reviews| Index: ash/mus/sysui_application.cc |
| diff --git a/ash/mus/sysui_application.cc b/ash/mus/sysui_application.cc |
| index 7590af83c5c6b0ae06803d61af44e08f7087d526..a43fb159f9ff270935e56f2571062d269fb66399 100644 |
| --- a/ash/mus/sysui_application.cc |
| +++ b/ash/mus/sysui_application.cc |
| @@ -12,6 +12,7 @@ |
| #include "ash/desktop_background/desktop_background_controller.h" |
| #include "ash/host/ash_window_tree_host_init_params.h" |
| #include "ash/host/ash_window_tree_host_platform.h" |
| +#include "ash/material_design/material_design_controller.h" |
| #include "ash/mus/app_list_presenter_mus.h" |
| #include "ash/mus/keyboard_ui_mus.h" |
| #include "ash/mus/shelf_delegate_mus.h" |
| @@ -198,6 +199,7 @@ class AshInit { |
| const ::shell::Identity& identity) { |
| InitializeResourceBundle(connector); |
| aura_init_.reset(new views::AuraInit(connector, "views_mus_resources.pak")); |
| + ash::MaterialDesignController::Initialize(); |
|
msw
2016/05/16 21:29:43
nit: perhaps also call ui::MaterialDesignControlle
James Cook
2016/05/16 21:32:18
ui::MaterialDesignController::Initialize() is done
msw
2016/05/16 21:34:57
Acknowledged.
|
| views::WindowManagerConnection::Create(connector, identity); |
| display::Screen* screen = display::Screen::GetScreen(); |