| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index b3f40acd829760f358f41a8c92730b381be8d8c4..9fb2694c9a57f06601fc151b8188bf09e811c87e 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1035,7 +1035,7 @@ void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */,
|
| GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
|
| return 0;
|
| }
|
| -GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */,
|
| +GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer* /* buffers */,
|
| GLsizei /* width */,
|
| GLsizei /* height */,
|
| GLenum /* internalformat */) {
|
|
|