| 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 0e2e6091196820d5fed2bc0d79bf4229f042bd6d..41252480ab5611a0e201be5dc3e5437cf55fa083 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -94,6 +94,12 @@ void CompressedTexSubImage2D(GLenum target,
|
| GLsizei imageSize,
|
| const void* data) override;
|
|
|
| +void CopyBufferSubData(GLenum readtarget,
|
| + GLenum writetarget,
|
| + GLintptr readoffset,
|
| + GLintptr writeoffset,
|
| + GLsizeiptr size) override;
|
| +
|
| void CopyTexImage2D(GLenum target,
|
| GLint level,
|
| GLenum internalformat,
|
|
|