Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1252)

Unified Diff: mojo/services/public/interfaces/view_manager/view_manager.mojom

Issue 272833002: View synchronization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/public/cpp/view_manager/view_tree_node_observer.h ('k') | mojo/services/view_manager/node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4aa0fdb8677c710ddd1edaa714e1a7239d8b2d35..afb2ab749d7a4317dcb207aa27e568b331898a07 100644
--- a/mojo/services/public/interfaces/view_manager/view_manager.mojom
+++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom
@@ -96,9 +96,7 @@ interface IViewManagerClient {
uint32 client_change_id);
// Invoked when a node is deleted.
- OnNodeDeleted(uint32 node,
- uint32 server_change_id,
- uint32 client_change_id);
+ OnNodeDeleted(uint32 node, uint32 server_change_id, uint32 client_change_id);
// Invoked when the view associated with a node is replaced by another view.
@@ -107,6 +105,9 @@ interface IViewManagerClient {
uint32 new_view_id,
uint32 old_view_id,
uint32 client_change_id);
+
+ // Invoked when a view is deleted.
+ OnViewDeleted(uint32 view, uint32 server_change_id, uint32 client_change_id);
};
}
« no previous file with comments | « mojo/services/public/cpp/view_manager/view_tree_node_observer.h ('k') | mojo/services/view_manager/node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698