| Index: ash/mus/window_manager.h
|
| diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
|
| index fd134c1f21b733952941fdbf763f3b9781956208..945bb5bdca6ec2ac04884d435bb28f152777f35a 100644
|
| --- a/ash/mus/window_manager.h
|
| +++ b/ash/mus/window_manager.h
|
| @@ -48,7 +48,6 @@ class ShellDelegate;
|
| namespace mus {
|
|
|
| class AcceleratorHandler;
|
| -class ShadowController;
|
| class WmLookupMus;
|
| class WmTestHelper;
|
|
|
| @@ -179,8 +178,6 @@ class WindowManager : public aura::WindowManagerDelegate,
|
| std::unique_ptr<views::PointerWatcherEventRouter>
|
| pointer_watcher_event_router_;
|
|
|
| - std::unique_ptr<ShadowController> shadow_controller_;
|
| -
|
| RootWindowControllers root_window_controllers_;
|
|
|
| std::unique_ptr<ScreenMus> screen_;
|
|
|