| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index 0ca5199e402dd96edc7fa99bdb05d71d624da322..a51a3e17720991ec9bfd0a4d13d5c9c42ed01124 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -185,6 +185,10 @@ void GetActiveUniform(GLuint program,
|
| GLint* size,
|
| GLenum* type,
|
| char* name) override;
|
| +void GetActiveUniformBlockiv(GLuint program,
|
| + GLuint index,
|
| + GLenum pname,
|
| + GLint* params) override;
|
| void GetActiveUniformBlockName(GLuint program,
|
| GLuint index,
|
| GLsizei bufsize,
|
|
|