| Index: services/native_viewport/main.cc
|
| diff --git a/services/native_viewport/main.cc b/services/native_viewport/main.cc
|
| index 459b8f5bccf8f7cee376b1220e5e5e9e3d9a2d98..6c9492cf8f2ae621841e8a3ca6160a7fb3124f0c 100644
|
| --- a/services/native_viewport/main.cc
|
| +++ b/services/native_viewport/main.cc
|
| @@ -46,7 +46,7 @@ class NativeViewportAppDelegate : public mojo::ApplicationDelegate,
|
| is_headless_ = app_->HasArg(mojo::kUseHeadlessConfig);
|
| }
|
|
|
| - bool ConfigureIncomingConnection(ApplicationConnection* connection) override {
|
| + bool ConfigureIncomingConnection(ApplicationConnection* connection, const std::string& url) override {
|
| connection->AddService<NativeViewport>(this);
|
| connection->AddService<Gpu>(this);
|
| return true;
|
|
|