| Index: services/window_manager/window_manager_impl.h
|
| diff --git a/services/window_manager/window_manager_impl.h b/services/window_manager/window_manager_impl.h
|
| index f4333782de4f55f2686ff47c57580960ff050076..5f4d6d8cae431ab60abc136749ac4767074c31a8 100644
|
| --- a/services/window_manager/window_manager_impl.h
|
| +++ b/services/window_manager/window_manager_impl.h
|
| @@ -38,9 +38,9 @@ class WindowManagerImpl : public mojo::WindowManager,
|
| }
|
|
|
| // mojo::WindowManager:
|
| - void Embed(
|
| - const mojo::String& url,
|
| - mojo::InterfaceRequest<mojo::ServiceProvider> service_provider) override;
|
| + void Embed(const mojo::String& url,
|
| + mojo::InterfaceRequest<mojo::ServiceProvider> services,
|
| + mojo::ServiceProviderPtr exposed_services) override;
|
| void SetCapture(uint32_t view_id,
|
| const mojo::Callback<void(bool)>& callback) override;
|
| void FocusWindow(uint32_t view_id,
|
|
|