| Index: mojo/gpu/gl_context.cc
|
| diff --git a/mojo/gpu/gl_context.cc b/mojo/gpu/gl_context.cc
|
| index ec0e62dc65c2fed44d3f7704b08c82d0d0d22d8a..82f887b5534e167ad77de7f7742e6d08892153bb 100644
|
| --- a/mojo/gpu/gl_context.cc
|
| +++ b/mojo/gpu/gl_context.cc
|
| @@ -29,7 +29,7 @@ scoped_refptr<GLContext> GLContext::CreateOffscreen(
|
| ApplicationConnector* connector) {
|
| ServiceProviderPtr native_viewport;
|
| connector->ConnectToApplication("mojo:native_viewport_service",
|
| - GetProxy(&native_viewport), nullptr);
|
| + GetProxy(&native_viewport));
|
| GpuPtr gpu_service;
|
| ConnectToService(native_viewport.get(), GetProxy(&gpu_service));
|
| InterfaceHandle<CommandBuffer> command_buffer;
|
|
|