| Index: mojo/services/ui/views/interfaces/view_trees.mojom
|
| diff --git a/mojo/services/ui/views/interfaces/view_trees.mojom b/mojo/services/ui/views/interfaces/view_trees.mojom
|
| index 7763b7183ae95413999bcf8b79f116266f521ed5..42f83fe0e5a11f5805abd517415fc237f2034ffa 100644
|
| --- a/mojo/services/ui/views/interfaces/view_trees.mojom
|
| +++ b/mojo/services/ui/views/interfaces/view_trees.mojom
|
| @@ -117,7 +117,7 @@ interface ViewTree {
|
| //
|
| // It is an error to call this function if the root was not previously set;
|
| // the connection will be closed.
|
| - ResetRoot(mojo.ui.ViewOwner&? transferred_view_owner);
|
| + ClearRoot(mojo.ui.ViewOwner&? transferred_view_owner);
|
|
|
| // Sets the layout parameters of the root of the view tree and retrieves
|
| // its layout information.
|
|
|