| 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 ebc82cba4d634ce02f14be46d8b3c27adf3c8727..bbe577bec6d0ccd54a0fe6a9f4ff8e4b16958732 100644
|
| --- a/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| +++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| @@ -21,7 +21,7 @@ struct INode {
|
| // uint16 as the connection id of the originating connection is used.
|
| //
|
| // The root node is identified with a connection id of 0, and value of 1.
|
| -[Peer=IViewManagerClient]
|
| +[Client=IViewManagerClient]
|
| interface IViewManager {
|
| // Creates a new node with the specified id. It is up to the client to ensure
|
| // the id is unique to the connection (the id need not be globally unique).
|
| @@ -60,7 +60,6 @@ interface IViewManager {
|
| uint32 buffer_size);
|
| };
|
|
|
| -[Peer=IViewManager]
|
| interface IViewManagerClient {
|
| // Invoked once the connection has been established. |connection_id| is the id
|
| // used to uniquely identify the connection.
|
|
|