Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index 45bc73b3b82cf0bdfbbfe21784a226d3d1dbc703..dbc0671a66522e7b3f0b94569abfd45da6f783a5 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -226,6 +226,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
bool GetActiveUniformBlockNameHelper( |
GLuint program, GLuint index, GLsizei bufsize, |
GLsizei* length, char* name); |
+ bool GetActiveUniformBlockivHelper( |
+ GLuint program, GLuint index, GLenum pname, GLint* params); |
void FreeUnusedSharedMemory(); |
void FreeEverything(); |