| Index: trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h
|
| ===================================================================
|
| --- trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h (revision 270932)
|
| +++ trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h (working copy)
|
| @@ -55,16 +55,12 @@
|
| // Overridden from IViewManagerClient:
|
| virtual void OnConnectionEstablished(
|
| TransportConnectionId connection_id,
|
| - TransportChangeId next_server_change_id,
|
| - const mojo::Array<INode>& nodes) OVERRIDE;
|
| - virtual void OnServerChangeIdAdvanced(
|
| - uint32_t next_server_change_id) OVERRIDE;
|
| + TransportChangeId next_server_change_id) OVERRIDE;
|
| virtual void OnNodeHierarchyChanged(
|
| uint32 node_id,
|
| uint32 new_parent_id,
|
| uint32 old_parent_id,
|
| - TransportChangeId server_change_id,
|
| - const mojo::Array<INode>& nodes) OVERRIDE;
|
| + TransportChangeId server_change_id) OVERRIDE;
|
| virtual void OnNodeDeleted(TransportNodeId node_id,
|
| TransportChangeId server_change_id) OVERRIDE;
|
| virtual void OnNodeViewReplaced(uint32_t node,
|
| @@ -80,6 +76,8 @@
|
| // front of the queue.
|
| void RemoveFromPendingQueue(ViewManagerTransaction* transaction);
|
|
|
| + void OnRootTreeReceived(const Array<INode>& data);
|
| +
|
| ViewManager* view_manager_;
|
| bool connected_;
|
| TransportConnectionId connection_id_;
|
|
|