| Index: mojo/shell/context.cc
|
| diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc
|
| index c9fa227f2381c8ca2ccd2acc74ded637f6101a01..4356d03fca4d76e98388674b43a32079afd43c5b 100644
|
| --- a/mojo/shell/context.cc
|
| +++ b/mojo/shell/context.cc
|
| @@ -164,8 +164,8 @@ class Context::NativeViewportApplicationLoader
|
| // InterfaceFactory<Gpu> implementation.
|
| virtual void Create(ApplicationConnection* connection,
|
| InterfaceRequest<Gpu> request) override {
|
| - BindToRequest(new GpuImpl(share_group_.get(), mailbox_manager_.get()),
|
| - &request);
|
| + new GpuImpl(request.PassMessagePipe(), share_group_.get(),
|
| + mailbox_manager_.get());
|
| }
|
|
|
| scoped_refptr<gfx::GLShareGroup> share_group_;
|
|
|