| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index e5a69a4452ff7b418848d806ab70815f6655d686..45aa7292dc150a72604e5453654707b8af6ed185 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -599,7 +599,7 @@ void GetUniformsES3CHROMIUM(GLuint program,
|
| GLsizei* size,
|
| void* info) override;
|
| GLuint CreateStreamTextureCHROMIUM(GLuint texture) override;
|
| -GLuint CreateImageCHROMIUM(ClientBuffer buffer,
|
| +GLuint CreateImageCHROMIUM(const ClientBuffer* const buffers,
|
| GLsizei width,
|
| GLsizei height,
|
| GLenum internalformat) override;
|
|
|