Index: services/ui/view_manager/view_tree_impl.h |
diff --git a/services/ui/view_manager/view_tree_impl.h b/services/ui/view_manager/view_tree_impl.h |
index 26ee83f17ae4700635c9de7f5734282a41367dad..c03378e3cfd144a8520d74e1a70e2e3f5b9442ae 100644 |
--- a/services/ui/view_manager/view_tree_impl.h |
+++ b/services/ui/view_manager/view_tree_impl.h |
@@ -32,7 +32,7 @@ class ViewTreeImpl : public mojo::ui::ViewTree, public mojo::ServiceProvider { |
void SetRoot( |
uint32_t root_key, |
mojo::InterfaceHandle<mojo::ui::ViewOwner> root_view_owner) override; |
- void ResetRoot(mojo::InterfaceRequest<mojo::ui::ViewOwner> |
+ void ClearRoot(mojo::InterfaceRequest<mojo::ui::ViewOwner> |
transferred_view_owner_request) override; |
void LayoutRoot(mojo::ui::ViewLayoutParamsPtr root_layout_params, |
const LayoutRootCallback& callback) override; |