| 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 e250a94669e19e25315d21b598128f220b1fdc71..0658e7c717c0736ba804aa1c96d558bd70fdfb32 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
|
| @@ -755,13 +755,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,
|
|
|