| 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 129bc2a7e571bd20c6b3c12aece129257a04d6b0..9c9f9363d0d5de2590bd69c7c4b41d10e36f2f9e 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -667,16 +667,14 @@ void TexImageIOSurface2DCHROMIUM(GLenum target,
|
| GLsizei height,
|
| GLuint ioSurfaceId,
|
| GLuint plane) override;
|
| -void CopyTextureCHROMIUM(GLenum target,
|
| - GLenum source_id,
|
| +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) override;
|
| -void CopySubTextureCHROMIUM(GLenum target,
|
| - GLenum source_id,
|
| +void CopySubTextureCHROMIUM(GLenum source_id,
|
| GLenum dest_id,
|
| GLint xoffset,
|
| GLint yoffset,
|
|
|