Index: examples/surfaces_app/surfaces_app.cc |
diff --git a/examples/surfaces_app/surfaces_app.cc b/examples/surfaces_app/surfaces_app.cc |
index e232896a6fe5097067df3d8d3f20029fe16ec6eb..2a96e95ba770ca07c06980c5709af406a19ff57c 100644 |
--- a/examples/surfaces_app/surfaces_app.cc |
+++ b/examples/surfaces_app/surfaces_app.cc |
@@ -36,7 +36,8 @@ class SurfacesApp : public ApplicationDelegate { |
void Initialize(ApplicationImpl* app) override { app_impl_ = app; } |
// ApplicationDelegate implementation |
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override { |
+ bool ConfigureIncomingConnection(ApplicationConnection* connection, |
+ const std::string& url) override { |
app_impl_->ConnectToService("mojo:native_viewport_service", &viewport_); |
app_impl_->ConnectToService("mojo:surfaces_service", &surface_); |