| Index: components/mus/public/interfaces/window_manager.mojom
|
| diff --git a/components/mus/public/interfaces/window_manager.mojom b/components/mus/public/interfaces/window_manager.mojom
|
| index b9b98279c7c9e58b86894cedb5cc5ebf1fd31d8e..f9836e315f82ca2406866eb5901cec8d75eb9849 100644
|
| --- a/components/mus/public/interfaces/window_manager.mojom
|
| +++ b/components/mus/public/interfaces/window_manager.mojom
|
| @@ -53,7 +53,7 @@ interface WindowManager {
|
|
|
| // When the WindowManager completes a request it must call back to
|
| // WindowManagerClient::WmResponse().
|
| - WmSetBounds(uint32 change_id, uint32 window_id, mojo.Rect bounds);
|
| + WmSetBounds(uint32 change_id, uint32 window_id, gfx.mojom.Rect bounds);
|
| WmSetProperty(uint32 change_id,
|
| uint32 window_id,
|
| string name,
|
| @@ -92,7 +92,7 @@ interface WindowManagerClient {
|
| SetUnderlaySurfaceOffsetAndExtendedHitArea(uint32 window_id,
|
| int32 x_offset,
|
| int32 y_offset,
|
| - mojo.Insets hit_area);
|
| + gfx.mojom.Insets hit_area);
|
|
|
| // Add and remove accelerators. When accelerators are registered the
|
| // WindowManager receives the event via OnAccelerator() rather than the
|
|
|