| 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 2b880096b4aa3b4258b53b2b9519c8d1af2e7721..7ca78f410fc64e349d4b19b5b06c843771f68d7f 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -29,6 +29,7 @@
|
| #include "ui/aura/mus/mus_types.h"
|
| #include "ui/aura/mus/window_manager_delegate.h"
|
| #include "ui/aura/mus/window_tree_host_mus_delegate.h"
|
| +#include "ui/base/ui_base_types.h"
|
|
|
| namespace base {
|
| class Thread;
|
| @@ -404,6 +405,7 @@ class AURA_EXPORT WindowTreeClient
|
| Id window_id,
|
| const std::string& name,
|
| const base::Optional<std::vector<uint8_t>>& transit_data) override;
|
| + void WmSetModalType(Id window_id, ui::ModalType type) override;
|
| void WmSetCanFocus(Id window_id, bool can_focus) override;
|
| void WmCreateTopLevelWindow(
|
| uint32_t change_id,
|
|
|