| Index: mash/wm/shadow_controller.cc
|
| diff --git a/mash/wm/shadow_controller.cc b/mash/wm/shadow_controller.cc
|
| index d8fafbfd5ad9c9502a2c7257a7cc6a4d71783c13..280bdaeee2151dc2402cf29cbda91b0a2787da67 100644
|
| --- a/mash/wm/shadow_controller.cc
|
| +++ b/mash/wm/shadow_controller.cc
|
| @@ -5,7 +5,7 @@
|
| #include "mash/wm/shadow_controller.h"
|
|
|
| #include "components/mus/public/cpp/window.h"
|
| -#include "components/mus/public/cpp/window_tree_connection.h"
|
| +#include "components/mus/public/cpp/window_tree_client.h"
|
| #include "mash/wm/property_util.h"
|
| #include "mash/wm/shadow.h"
|
|
|
| @@ -25,7 +25,7 @@ mus::Window* FindAncestorWithShadow(mus::Window* from) {
|
|
|
| } // namespace
|
|
|
| -ShadowController::ShadowController(mus::WindowTreeConnection* window_tree)
|
| +ShadowController::ShadowController(mus::WindowTreeClient* window_tree)
|
| : window_tree_(window_tree), active_window_(nullptr) {
|
| window_tree_->AddObserver(this);
|
| SetActiveWindow(FindAncestorWithShadow(window_tree_->GetFocusedWindow()));
|
|
|