| Index: gpu/command_buffer/client/gl_in_process_context.h
|
| diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/command_buffer/client/gl_in_process_context.h
|
| index 60a16653d9366f41ae7e20170f7002a0475f7784..c3265fccc4745a7b3fa1bc17e3cd9f59c7e5aa51 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.h
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.h
|
| @@ -65,7 +65,7 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
|
| // service runs on the same thread as this client because GLSurface is not
|
| // thread safe.
|
| static GLInProcessContext* CreateWithSurface(
|
| - scoped_refptr<gfx::GLSurface> surface,
|
| + gfx::GLSurface* surface,
|
| scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
|
| GLInProcessContext* share_context,
|
| const GLInProcessContextAttribs& attribs,
|
|
|