Chromium Code Reviews| 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 d7bbd53256872b458e9ecc92fcc7981ada84ee7b..656677381ca5cd783ad39aa15268423a9f934ae6 100644 |
| --- a/services/ui/public/interfaces/window_tree.mojom |
| +++ b/services/ui/public/interfaces/window_tree.mojom |
| @@ -65,7 +65,10 @@ interface WindowTree { |
| // Deletes a window. This does not recurse. No hierarchy change notifications |
| // are sent as a result of this. Only the connection that created the window |
| - // can delete it. |
| + // can delete it. DeleteWindow() may also be used to remove a window as an |
| + // embed root from the client. When DeleteWindow() is used to remove an embed |
| + // root the client no longer has access to the embed root. The embedder of |
|
Tom Sepez
2016/09/16 20:54:29
nit: root,
sky
2016/09/16 21:07:53
Done.
|
| + // the root is notified of the change via OnEmbeddedAppDisconnected(). |
| DeleteWindow(uint32 change_id, uint32 window_id); |
| // Requests input event capture for the given |window_id|. Capture is only |