Index: examples/surfaces_app/child_gl_app.cc |
diff --git a/examples/surfaces_app/child_gl_app.cc b/examples/surfaces_app/child_gl_app.cc |
index 5630b2428b5027d4ea9550c5b71b7a0ff3fc43b8..2d5db9599c858a88f73f53ec2a3fc03ae9bcf8ca 100644 |
--- a/examples/surfaces_app/child_gl_app.cc |
+++ b/examples/surfaces_app/child_gl_app.cc |
@@ -30,7 +30,7 @@ class ChildGLApp : public ApplicationDelegate, public InterfaceFactory<Child> { |
// ApplicationDelegate implementation. |
virtual bool ConfigureIncomingConnection( |
- ApplicationConnection* connection) override { |
+ ApplicationConnection* connection, const std::string& url) override { |
connection->AddService(this); |
return true; |
} |