| Index: ui/aura/test/mus/window_tree_client_private.h
|
| diff --git a/ui/aura/test/mus/window_tree_client_private.h b/ui/aura/test/mus/window_tree_client_private.h
|
| index 40f548a5fb4c9fc40f0d0eb1d3ad3d61c271f274..4a737d97bdf3d8d858e2d94e478ba8c35d643b43 100644
|
| --- a/ui/aura/test/mus/window_tree_client_private.h
|
| +++ b/ui/aura/test/mus/window_tree_client_private.h
|
| @@ -10,6 +10,7 @@
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| +#include "services/ui/public/interfaces/window_tree_constants.mojom.h"
|
| #include "ui/aura/mus/mus_types.h"
|
|
|
| namespace display {
|
| @@ -28,7 +29,7 @@ namespace aura {
|
|
|
| class Window;
|
| class WindowTreeClient;
|
| -class WindowTreeHost;
|
| +class WindowTreeHostMus;
|
|
|
| // Use to access implementation details of WindowTreeClient.
|
| class WindowTreeClientPrivate {
|
| @@ -40,7 +41,10 @@ class WindowTreeClientPrivate {
|
| // Calls OnEmbed() on the WindowTreeClient.
|
| void OnEmbed(ui::mojom::WindowTree* window_tree);
|
|
|
| - WindowTreeHost* CallWmNewDisplayAdded(const display::Display& display);
|
| + WindowTreeHostMus* CallWmNewDisplayAdded(const display::Display& display);
|
| + WindowTreeHostMus* CallWmNewDisplayAdded(const display::Display& display,
|
| + ui::mojom::WindowDataPtr root_data,
|
| + bool parent_drawn);
|
|
|
| // Pretends that |event| has been received from the window server.
|
| void CallOnWindowInputEvent(Window* window, std::unique_ptr<ui::Event> event);
|
|
|