| 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..4c1768dee20da3a4a26e347b85425e20ac29a095 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
|
| @@ -741,6 +741,7 @@ error::Error DoPostSubBufferCHROMIUM(GLint x,
|
| GLint height);
|
| error::Error DoCopyTextureCHROMIUM(GLenum source_id,
|
| GLint source_level,
|
| + GLenum dest_target,
|
| GLenum dest_id,
|
| GLint dest_level,
|
| GLint internalformat,
|
| @@ -750,6 +751,7 @@ error::Error DoCopyTextureCHROMIUM(GLenum source_id,
|
| GLboolean unpack_unmultiply_alpha);
|
| error::Error DoCopySubTextureCHROMIUM(GLenum source_id,
|
| GLint source_level,
|
| + GLenum dest_target,
|
| GLenum dest_id,
|
| GLint dest_level,
|
| GLint xoffset,
|
|
|