| 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 5e17fe5f27ea73ece293dedc3855e478ac3956d4..d715b485f7beeeca1b7a01d55d49ed926840dc63 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -57,7 +57,6 @@ struct WindowPortPropertyData;
|
| class WindowTreeClientDelegate;
|
| class WindowTreeClientPrivate;
|
| class WindowTreeClientObserver;
|
| -class WindowTreeHost;
|
| class WindowTreeHostMus;
|
|
|
| namespace client {
|
| @@ -238,9 +237,9 @@ class AURA_EXPORT WindowTreeClient
|
| bool drawn);
|
|
|
| // Called by WmNewDisplayAdded().
|
| - WindowTreeHost* WmNewDisplayAddedImpl(const display::Display& display,
|
| - ui::mojom::WindowDataPtr root_data,
|
| - bool parent_drawn);
|
| + WindowTreeHostMus* WmNewDisplayAddedImpl(const display::Display& display,
|
| + ui::mojom::WindowDataPtr root_data,
|
| + bool parent_drawn);
|
|
|
| std::unique_ptr<EventResultCallback> CreateEventResultCallback(
|
| int32_t event_id);
|
|
|