Index: services/ui/view_manager/view_host_impl.cc |
diff --git a/services/ui/view_manager/view_host_impl.cc b/services/ui/view_manager/view_host_impl.cc |
index 7e32e897a7bca5c43a84ada2f6d1a5ecd7fd7e2d..0bd6a571e0fd0ab9211d64e067e7175db89d7ffe 100644 |
--- a/services/ui/view_manager/view_host_impl.cc |
+++ b/services/ui/view_manager/view_host_impl.cc |
@@ -34,8 +34,9 @@ void ViewHostImpl::RequestLayout() { |
registry_->RequestLayout(state_); |
} |
-void ViewHostImpl::AddChild(uint32_t child_key, |
- mojo::ui::ViewOwnerPtr child_view_owner) { |
+void ViewHostImpl::AddChild( |
+ uint32_t child_key, |
+ mojo::InterfaceHandle<mojo::ui::ViewOwner> child_view_owner) { |
registry_->AddChild(state_, child_key, child_view_owner.Pass()); |
} |