| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 953e11ae37686d1ce70b180cf047295011db8b64..a0f2d12259af4f9b0f78663c59f3d90d6b0f0ea7 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -534,10 +534,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| GLsizei height,
|
| GLenum internalformat);
|
| void DestroyImageCHROMIUMHelper(GLuint image_id);
|
| - GLuint CreateGpuMemoryBufferImageCHROMIUMHelper(GLsizei width,
|
| - GLsizei height,
|
| - GLenum internalformat,
|
| - GLenum usage);
|
|
|
| // Helper for GetVertexAttrib
|
| bool GetVertexAttribHelper(GLuint index, GLenum pname, uint32_t* param);
|
|
|