| Index: services/ui/public/interfaces/window_manager.mojom
|
| diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
|
| index 49da843c9a929d1d3cf231c657a03135ab0e0e8e..dcaea94b7ef69c2f6f6a23e4392f66cc44643b52 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -8,6 +8,7 @@ import "services/ui/public/interfaces/cursor.mojom";
|
| import "services/ui/public/interfaces/event_matcher.mojom";
|
| import "services/ui/public/interfaces/window_manager_constants.mojom";
|
| import "services/ui/public/interfaces/window_tree_constants.mojom";
|
| +import "ui/base/mojo/ui_base_types.mojom";
|
| import "ui/display/mojo/display.mojom";
|
| import "ui/events/mojo/event.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
| @@ -169,6 +170,7 @@ interface WindowManager {
|
| uint32 window_id,
|
| string name,
|
| array<uint8>? value);
|
| + WmSetModalType(uint32 change_id, uint32 window_id, ModalType type);
|
|
|
| WmSetCanFocus(uint32 window_id, bool can_focus);
|
|
|
|
|