| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index 7c89cf1f89eca617cde6eb5e2c34f930ef5399ea..c960a4f1f7ce6b43726dd523932daf3490e29164 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -430,6 +430,7 @@ class AURA_EXPORT WindowTreeClient
|
| const base::Optional<gfx::Rect>& mask_rect) override;
|
| void OnWindowTreeHostDeactivateWindow(
|
| WindowTreeHostMus* window_tree_host) override;
|
| + void OnWindowTreeHostStackAtTop(WindowTreeHostMus* window_tree_host) override;
|
| std::unique_ptr<WindowPortMus> CreateWindowPortForTopLevel(
|
| const std::map<std::string, std::vector<uint8_t>>* properties) override;
|
| void OnWindowTreeHostCreated(WindowTreeHostMus* window_tree_host) override;
|
|
|