Index: mojo/services/public/interfaces/view_manager/view_manager.mojom |
diff --git a/mojo/services/public/interfaces/view_manager/view_manager.mojom b/mojo/services/public/interfaces/view_manager/view_manager.mojom |
index 2440dc6a149623482de150b7e28daa6e3ec7ff5e..2b2f2576ba1362502edc355e390b9976358b6aca 100644 |
--- a/mojo/services/public/interfaces/view_manager/view_manager.mojom |
+++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom |
@@ -43,7 +43,7 @@ interface ViewManagerService { |
// Deletes a node. This does not recurse. No hierarchy change notifications |
// are sent as a result of this. Only the connection that created the node can |
// delete it. |
- DeleteNode(uint32 node_id) => (bool success); |
+ DeleteNode(uint32 node_id, uint32 change_id) => (bool success); |
// Sets the specified bounds of the specified node. |
SetNodeBounds(uint32 node_id, mojo.Rect bounds) => (bool success); |