| 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 14615fcdf8d0b2663af4c0dadd5fa4591c290193..c6557d779f3f7f8acf1ad5d811b4ef993c292275 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -4,6 +4,7 @@
|
|
|
| module ui.mojom;
|
|
|
| +import "cc/ipc/local_frame_id.mojom";
|
| import "services/ui/public/interfaces/cursor.mojom";
|
| import "services/ui/public/interfaces/display/display.mojom";
|
| import "services/ui/public/interfaces/event_matcher.mojom";
|
| @@ -158,7 +159,8 @@ interface WindowManager {
|
|
|
| // When the WindowManager completes a request it must call back to
|
| // WindowManagerClient::WmResponse().
|
| - WmSetBounds(uint32 change_id, uint32 window_id, gfx.mojom.Rect bounds);
|
| + WmSetBounds(uint32 change_id, uint32 window_id, gfx.mojom.Rect bounds,
|
| + cc.mojom.LocalFrameId local_frame_id);
|
| WmSetProperty(uint32 change_id,
|
| uint32 window_id,
|
| string name,
|
|
|