| Index: components/mus/public/interfaces/window_tree.mojom
|
| diff --git a/components/mus/public/interfaces/window_tree.mojom b/components/mus/public/interfaces/window_tree.mojom
|
| index ea172b3bfc179bc5b30ec24031513b026a685648..e0a27a0f27a9ff4b6869b7cd04d3ee97bb56e626 100644
|
| --- a/components/mus/public/interfaces/window_tree.mojom
|
| +++ b/components/mus/public/interfaces/window_tree.mojom
|
| @@ -115,11 +115,11 @@ interface WindowTree {
|
| string name,
|
| array<uint8>? value);
|
|
|
| - // Requests a Surface for a particular window.
|
| - RequestSurface(uint32 window_id,
|
| - SurfaceType type,
|
| - Surface& surface,
|
| - SurfaceClient client);
|
| + // Attaches a Surface to a particular window.
|
| + AttachSurface(uint32 window_id,
|
| + SurfaceType type,
|
| + Surface& surface,
|
| + SurfaceClient client);
|
|
|
| // Reparents a window.
|
| // This fails for any of the following reasons:
|
|
|