Index: ash/wm/stacking_controller.h |
diff --git a/ash/wm/stacking_controller.h b/ash/wm/stacking_controller.h |
index 4a159301ada343a2f6ae64127a38ca07829a0e42..0553d9b21a02cac3db42dc89b5de8ca3f99463d3 100644 |
--- a/ash/wm/stacking_controller.h |
+++ b/ash/wm/stacking_controller.h |
@@ -8,17 +8,18 @@ |
#include "ash/ash_export.h" |
#include "base/compiler_specific.h" |
#include "base/macros.h" |
-#include "ui/aura/client/window_tree_client.h" |
+#include "ui/aura/client/window_parenting_client.h" |
namespace ash { |
class AlwaysOnTopController; |
-class ASH_EXPORT StackingController : public aura::client::WindowTreeClient { |
+class ASH_EXPORT StackingController |
+ : public aura::client::WindowParentingClient { |
public: |
StackingController(); |
~StackingController() override; |
- // Overridden from aura::client::WindowTreeClient: |
+ // Overridden from aura::client::WindowParentingClient: |
aura::Window* GetDefaultParent(aura::Window* context, |
aura::Window* window, |
const gfx::Rect& bounds) override; |