| 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 23efaddb5c7ead3f005078249e2741316b48ef4b..3a66cb71e6cc7ff62b8154cf8301ad1b9fdcc041 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -942,7 +942,9 @@ void PostSubBufferCHROMIUM(GLint x,
|
| GLint height) override;
|
|
|
| void CopyTextureCHROMIUM(GLenum source_id,
|
| + GLint source_level,
|
| GLenum dest_id,
|
| + GLint dest_level,
|
| GLint internalformat,
|
| GLenum dest_type,
|
| GLboolean unpack_flip_y,
|
| @@ -950,7 +952,9 @@ void CopyTextureCHROMIUM(GLenum source_id,
|
| GLboolean unpack_unmultiply_alpha) override;
|
|
|
| void CopySubTextureCHROMIUM(GLenum source_id,
|
| + GLint source_level,
|
| GLenum dest_id,
|
| + GLint dest_level,
|
| GLint xoffset,
|
| GLint yoffset,
|
| GLint x,
|
|
|