Chromium Code Reviews| 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..47a2f029a1e75b34cad3569da25aadede41dc599 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 for a particular window. |
|
sadrul
2015/11/27 21:21:37
*to
Fady Samuel
2015/11/28 21:47:36
Done.
|
| + AttachToSurface(uint32 window_id, |
| + SurfaceType type, |
| + Surface& surface, |
| + SurfaceClient client); |
| // Reparents a window. |
| // This fails for any of the following reasons: |