| 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 c1478b11135f8a94c52e812f3ac315b4d8e52b24..00732d4e5b892656171d77b9f67cd3ecb6b8f665 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.h
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.h
|
| @@ -52,15 +52,6 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
|
| // Create a GLInProcessContext, if |is_offscreen| is true, renders to an
|
| // offscreen context. |attrib_list| must be NULL or a NONE-terminated list
|
| // of attribute/value pairs.
|
| - // TODO(boliu): Fix all callsites to use Create and remove this.
|
| - static GLInProcessContext* CreateContext(
|
| - bool is_offscreen,
|
| - gfx::AcceleratedWidget window,
|
| - const gfx::Size& size,
|
| - bool share_resources,
|
| - const GLInProcessContextAttribs& attribs,
|
| - gfx::GpuPreference gpu_preference);
|
| -
|
| // If |surface| is not NULL, then it must match |is_offscreen| and |size|,
|
| // |window| must be gfx::kNullAcceleratedWidget, and the command buffer
|
| // service must run on the same thread as this client because GLSurface is
|
| @@ -72,7 +63,6 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
|
| scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
|
| scoped_refptr<gfx::GLSurface> surface,
|
| bool is_offscreen,
|
| - gfx::AcceleratedWidget window,
|
| const gfx::Size& size,
|
| GLInProcessContext* share_context,
|
| bool use_global_share_group,
|
|
|