| Index: services/ui/public/interfaces/window_tree.mojom
|
| diff --git a/services/ui/public/interfaces/window_tree.mojom b/services/ui/public/interfaces/window_tree.mojom
|
| index 13de19f72b893e81f57f20f681d51b3d01aacf04..9c55dba30996a410dfb3a11b8277c803bf03abc0 100644
|
| --- a/services/ui/public/interfaces/window_tree.mojom
|
| +++ b/services/ui/public/interfaces/window_tree.mojom
|
| @@ -360,6 +360,10 @@ interface WindowTreeClient {
|
| gfx.mojom.Rect old_bounds,
|
| gfx.mojom.Rect new_bounds,
|
| cc.mojom.LocalSurfaceId? local_surface_id);
|
| +
|
| + OnSetWindowBoundsResponse(uint32 change_id, gfx.mojom.Rect bounds,
|
| + cc.mojom.LocalSurfaceId local_surface_id);
|
| +
|
|
|
| OnClientAreaChanged(uint32 window_id,
|
| gfx.mojom.Insets new_client_area,
|
|
|