| 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 e782798b5db310a75e6e2753c7069e1f61647c61..303fb0303b10dc103ffe9aa31eb4ace6c70130fe 100644
|
| --- a/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| +++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| @@ -106,6 +106,9 @@ interface IViewManager {
|
| handle<shared_buffer> buffer,
|
| uint32 buffer_size) => (bool success);
|
|
|
| + // Sets focus to the specified node.
|
| + SetFocus(uint32 node_id) => (bool success);
|
| +
|
| // Embeds the app at |url| in the specified nodes. More specifically this
|
| // creates a new connection to the specified url, expecting to get an
|
| // IViewManagerClient and configures it with the root nodes |nodes|. Fails
|
|
|