| Index: mojo/examples/surfaces_app/child_gl_app.cc
|
| diff --git a/mojo/examples/surfaces_app/child_gl_app.cc b/mojo/examples/surfaces_app/child_gl_app.cc
|
| index b84826b8a3ea238529b23b7009751ac0f2eb572b..a18b20881b91268958409b0fa34dfe4ebc638934 100644
|
| --- a/mojo/examples/surfaces_app/child_gl_app.cc
|
| +++ b/mojo/examples/surfaces_app/child_gl_app.cc
|
| @@ -23,9 +23,9 @@ class ChildGLApp : public ApplicationDelegate, public InterfaceFactory<Child> {
|
|
|
| virtual void Initialize(ApplicationImpl* app) override {
|
| surfaces_service_connection_ =
|
| - app->ConnectToApplication("mojo:mojo_surfaces_service");
|
| - // TODO(jamesr): Should be mojo:mojo_gpu_service
|
| - app->ConnectToService("mojo:mojo_native_viewport_service", &gpu_service_);
|
| + app->ConnectToApplication("mojo:surfaces_service");
|
| + // TODO(jamesr): Should be mojo:gpu_service
|
| + app->ConnectToService("mojo:native_viewport_service", &gpu_service_);
|
| }
|
|
|
| // ApplicationDelegate implementation.
|
|
|