| Index: ash/mus/window_manager.cc
|
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
|
| index ce905d7b293578c5c780cb37bb54754476b2f8e6..03a99b4d11fad1a1e3b1432d03b0edd272141bf2 100644
|
| --- a/ash/mus/window_manager.cc
|
| +++ b/ash/mus/window_manager.cc
|
| @@ -20,7 +20,6 @@
|
| #include "ash/mus/non_client_frame_controller.h"
|
| #include "ash/mus/property_util.h"
|
| #include "ash/mus/screen_mus.h"
|
| -#include "ash/mus/shadow_controller.h"
|
| #include "ash/mus/shell_delegate_mus.h"
|
| #include "ash/mus/top_level_window_factory.h"
|
| #include "ash/mus/window_properties.h"
|
| @@ -100,8 +99,6 @@ void WindowManager::Init(
|
| base::MakeUnique<views::PointerWatcherEventRouter>(
|
| window_tree_client_.get());
|
|
|
| - shadow_controller_ = base::MakeUnique<ShadowController>();
|
| -
|
| ui::mojom::FrameDecorationValuesPtr frame_decoration_values =
|
| ui::mojom::FrameDecorationValues::New();
|
| const gfx::Insets client_area_insets =
|
| @@ -253,7 +250,6 @@ void WindowManager::Shutdown() {
|
| Shell::DeleteInstance();
|
|
|
| lookup_.reset();
|
| - shadow_controller_.reset();
|
|
|
| pointer_watcher_event_router_.reset();
|
|
|
|
|