| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index af6ce6f80b073f9bee366105a2b9be913c4b1089..b89f8d65576c3e38cdf446ee23048d26567020ea 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -924,7 +924,11 @@ void CopySubTextureCHROMIUM(GLenum target,
|
| GLenum source_id,
|
| GLenum dest_id,
|
| GLint xoffset,
|
| - GLint yoffset) override;
|
| + GLint yoffset,
|
| + GLint x,
|
| + GLint y,
|
| + GLsizei width,
|
| + GLsizei height) override;
|
|
|
| void DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
|
|