| 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 3fe82aafda2abc2006481b098e3c561830be693c..1be0d9da92bcf36804d133278b9b36457e9a4b52 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.h
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.h
|
| @@ -54,7 +54,6 @@ class GLES2_IMPL_EXPORT GLInProcessContext {
|
| gfx::AcceleratedWidget window,
|
| const gfx::Size& size,
|
| bool share_resources,
|
| - const char* allowed_extensions,
|
| const GLInProcessContextAttribs& attribs,
|
| gfx::GpuPreference gpu_preference);
|
|
|
| @@ -65,7 +64,6 @@ class GLES2_IMPL_EXPORT GLInProcessContext {
|
| static GLInProcessContext* CreateWithSurface(
|
| scoped_refptr<gfx::GLSurface> surface,
|
| bool share_resources,
|
| - const char* allowed_extensions,
|
| const GLInProcessContextAttribs& attribs,
|
| gfx::GpuPreference gpu_preference);
|
|
|
|
|