| Index: mojo/services/ui/views/interfaces/view_associates.mojom
|
| diff --git a/mojo/services/ui/views/interfaces/view_associates.mojom b/mojo/services/ui/views/interfaces/view_associates.mojom
|
| index 8b1b712d4db5c16e4bbef194937dd2cb588ec137..519cebdd0f3cac714590eecf3d5b166b23f1d5f0 100644
|
| --- a/mojo/services/ui/views/interfaces/view_associates.mojom
|
| +++ b/mojo/services/ui/views/interfaces/view_associates.mojom
|
| @@ -6,8 +6,8 @@
|
| module mojo.ui;
|
|
|
| import "mojo/public/interfaces/application/service_provider.mojom";
|
| -import "mojo/services/ui/views/interfaces/views.mojom";
|
| import "mojo/services/ui/views/interfaces/view_trees.mojom";
|
| +import "mojo/services/ui/views/interfaces/views.mojom";
|
|
|
| // View associates are trusted components that are attached to a view manager
|
| // instance with the purpose of offering additional services to views and
|
| @@ -47,8 +47,7 @@ interface ViewAssociate {
|
| // requested service, it should close the |pipe|.
|
| //
|
| // The |view_token| is the token of the view which requested the service.
|
| - ConnectToViewService(ViewToken view_token, string service_name,
|
| - handle<message_pipe> pipe);
|
| + ConnectToViewService(ViewToken view_token, string service_name, handle<message_pipe> pipe);
|
|
|
| // Asks the associate to provide the view tree service identified by
|
| // |interface_name| through the message |pipe| endpoint supplied by
|
| @@ -57,8 +56,7 @@ interface ViewAssociate {
|
| //
|
| // The |view_tree_token| is the token of the view tree which requested
|
| // the service.
|
| - ConnectToViewTreeService(ViewTreeToken view_tree_token,
|
| - string service_name, handle<message_pipe> pipe);
|
| + ConnectToViewTreeService(ViewTreeToken view_tree_token, string service_name, handle<message_pipe> pipe);
|
| };
|
|
|
| // Provides information about the services offered by an associate.
|
| @@ -74,6 +72,4 @@ struct ViewAssociateInfo {
|
|
|
| // Provides a view associate with the ability to inspect and perform operations
|
| // on the contents of views and view trees.
|
| -interface ViewInspector {
|
| -
|
| -};
|
| +interface ViewInspector{};
|
|
|