| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| index 5135e42e4f892a93f50aa5f593c1620aa0fd6af9..5612152c4cab67024d7a16dba1af9b23b5f403ec 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| @@ -739,7 +739,8 @@ error::Error DoPostSubBufferCHROMIUM(GLint x,
|
| GLint y,
|
| GLint width,
|
| GLint height);
|
| -error::Error DoCopyTextureCHROMIUM(GLenum source_id,
|
| +error::Error DoCopyTextureCHROMIUM(GLenum target,
|
| + GLenum source_id,
|
| GLint source_level,
|
| GLenum dest_id,
|
| GLint dest_level,
|
| @@ -748,7 +749,8 @@ error::Error DoCopyTextureCHROMIUM(GLenum source_id,
|
| GLboolean unpack_flip_y,
|
| GLboolean unpack_premultiply_alpha,
|
| GLboolean unpack_unmultiply_alpha);
|
| -error::Error DoCopySubTextureCHROMIUM(GLenum source_id,
|
| +error::Error DoCopySubTextureCHROMIUM(GLenum target,
|
| + GLenum source_id,
|
| GLint source_level,
|
| GLenum dest_id,
|
| GLint dest_level,
|
|
|