| Index: examples/sky_compositor_app/sky_compositor_app.cc
|
| diff --git a/examples/sky_compositor_app/sky_compositor_app.cc b/examples/sky_compositor_app/sky_compositor_app.cc
|
| index 1a72095dfde9bb6d65afd1ceab420c6730998ae4..f1eb1f88524b7ecdf3f3ba28f4943791b0474366 100644
|
| --- a/examples/sky_compositor_app/sky_compositor_app.cc
|
| +++ b/examples/sky_compositor_app/sky_compositor_app.cc
|
| @@ -44,7 +44,8 @@ class SkyCompositorApp : public mojo::ApplicationDelegate,
|
| }
|
|
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) override {
|
| connection->AddService(view_manager_client_factory_.get());
|
| return true;
|
| }
|
|
|