| Index: mojo/services/surfaces/surfaces_service_application.cc
|
| diff --git a/mojo/services/surfaces/surfaces_service_application.cc b/mojo/services/surfaces/surfaces_service_application.cc
|
| index 6472a6572f78c039ac0c2894677f26c3a66781fc..fb2b3a70a811b1145b2ca29c2058e34d97102624 100644
|
| --- a/mojo/services/surfaces/surfaces_service_application.cc
|
| +++ b/mojo/services/surfaces/surfaces_service_application.cc
|
| @@ -28,8 +28,7 @@ bool SurfacesServiceApplication::ConfigureIncomingConnection(
|
| void SurfacesServiceApplication::Create(
|
| ApplicationConnection* connection,
|
| InterfaceRequest<SurfacesService> request) {
|
| - BindToRequest(new SurfacesServiceImpl(&manager_, &next_id_namespace_, this),
|
| - &request);
|
| + new SurfacesServiceImpl(&manager_, &next_id_namespace_, this, request.Pass());
|
| }
|
|
|
| void SurfacesServiceApplication::FrameSubmitted() {
|
|
|