| 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 dfbb3195189a40abde2e1542b0d7878fd1c4fc27..923b94be38fdbc7554fb52db67bc6a1cb65bc087 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1041,7 +1041,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 */) {
|
|
|