| 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 238aece75cc7153da3f2baa2d43372b15d990591..74641e1b7bae4a72137b3605e95b4f5d256b54f5 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -581,6 +581,9 @@ class AURA_EXPORT WindowTreeClient
|
| std::unique_ptr<mojo::AssociatedBinding<ui::mojom::WindowManager>>
|
| window_manager_internal_;
|
| ui::mojom::WindowManagerClientAssociatedPtr window_manager_internal_client_;
|
| + // Normally the same as |window_manager_internal_client_|, but tests may
|
| + // set to something else.
|
| + ui::mojom::WindowManagerClient* window_manager_client_ = nullptr;
|
|
|
| bool has_pointer_watcher_ = false;
|
|
|
|
|