| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index da97a87b6da397d589278298a9d219a79abe6eec..b954e13c4ed63717211c8113f14d301e271498e8 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_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,
|
|
|