| Index: mojo/services/public/cpp/view_manager/lib/view_manager_private.h
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_private.h b/mojo/services/public/cpp/view_manager/lib/view_manager_private.h
|
| index f12fc64c55855c28c721e8536b9b4a0c2d5662f1..8df12318b6a36dfe6036fdc156b59052cc9a7c86 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_private.h
|
| +++ b/mojo/services/public/cpp/view_manager/lib/view_manager_private.h
|
| @@ -30,6 +30,9 @@ class ViewManagerPrivate {
|
| void AddNode(TransportNodeId node_id, ViewTreeNode* node);
|
| void RemoveNode(TransportNodeId node_id);
|
|
|
| + void AddView(TransportViewId view_id, View* view);
|
| + void RemoveView(TransportViewId view_id);
|
| +
|
| // Returns true if the ViewManager's synchronizer is connected to the service.
|
| bool connected() { return manager_->synchronizer_->connected(); }
|
|
|
|
|