| 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..5d0f87b5f2239cbacf728c449c3f6373e62532e6 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(ClientBuffer* buffers,
|
| GLsizei width,
|
| GLsizei height,
|
| GLenum internalformat) override;
|
|
|