| 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 4af50ad6f5d4e753636b83bb00f287c205a0262c..f4ba546d71723b094b987ccc1551ac2297d1f241 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
|
| @@ -215,8 +215,6 @@ error::Error DoGetActiveUniformsiv(GLuint program,
|
| GLsizei count,
|
| const GLuint* indices,
|
| GLenum pname,
|
| - GLsizei bufSize,
|
| - GLsizei* length,
|
| GLint* params);
|
| error::Error DoGetAttachedShaders(GLuint program,
|
| GLsizei maxcount,
|
| @@ -358,7 +356,6 @@ error::Error DoGetUniformIndices(GLuint program,
|
| GLsizei count,
|
| const char* const* names,
|
| GLsizei bufSize,
|
| - GLsizei* length,
|
| GLuint* indices);
|
| error::Error DoGetUniformLocation(GLuint program,
|
| const char* name,
|
|
|