| 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 c5cb28bb88d097a1dffcd61857fb2bc489f1c049..70437f80ff0d1169b7fcf7a300d49bb343db47cd 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
|
| @@ -751,13 +751,13 @@ error::Error DoDrawElementsInstancedANGLE(GLenum mode,
|
| error::Error DoVertexAttribDivisorANGLE(GLuint index, GLuint divisor);
|
| error::Error DoProduceTextureCHROMIUM(GLenum target,
|
| const volatile GLbyte* mailbox);
|
| -error::Error DoProduceTextureDirectCHROMIUM(GLuint texture,
|
| +error::Error DoProduceTextureDirectCHROMIUM(GLuint texture_client_id,
|
| GLenum target,
|
| const volatile GLbyte* mailbox);
|
| error::Error DoConsumeTextureCHROMIUM(GLenum target,
|
| const volatile GLbyte* mailbox);
|
| error::Error DoCreateAndConsumeTextureINTERNAL(GLenum target,
|
| - GLuint texture,
|
| + GLuint texture_client_id,
|
| const volatile GLbyte* mailbox);
|
| error::Error DoBindUniformLocationCHROMIUM(GLuint program,
|
| GLint location,
|
|
|