| Index: gpu/command_buffer/client/gles2_interface_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| index 568f180b6f4a73577b8639dc0f20242e4b555a3e..56b1c0b18974e0bbbb4ea3582904db23082a5fce 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -688,16 +688,14 @@ virtual void TexImageIOSurface2DCHROMIUM(GLenum target,
|
| GLsizei height,
|
| GLuint ioSurfaceId,
|
| GLuint plane) = 0;
|
| -virtual void CopyTextureCHROMIUM(GLenum target,
|
| - GLenum source_id,
|
| +virtual void CopyTextureCHROMIUM(GLenum source_id,
|
| GLenum dest_id,
|
| GLint internalformat,
|
| GLenum dest_type,
|
| GLboolean unpack_flip_y,
|
| GLboolean unpack_premultiply_alpha,
|
| GLboolean unpack_unmultiply_alpha) = 0;
|
| -virtual void CopySubTextureCHROMIUM(GLenum target,
|
| - GLenum source_id,
|
| +virtual void CopySubTextureCHROMIUM(GLenum source_id,
|
| GLenum dest_id,
|
| GLint xoffset,
|
| GLint yoffset,
|
|
|