| 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 60282e148d8138e3a975027bd9e45da7318f4039..7ab02bc953e5f7b8e172a4d01f455d40ad689e37 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
|
| @@ -796,6 +796,9 @@ error::Error DoBindUniformLocationCHROMIUM(GLuint program,
|
| GLint location,
|
| const char* name);
|
| error::Error DoBindTexImage2DCHROMIUM(GLenum target, GLint imageId);
|
| +error::Error DoBindTexImage2DWithInternalformatCHROMIUM(GLenum target,
|
| + GLenum internalformat,
|
| + GLint imageId);
|
| error::Error DoReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId);
|
| error::Error DoTraceBeginCHROMIUM(const char* category_name,
|
| const char* trace_name);
|
|
|