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 47963f980667c4e421ff5823a21ee3011ac70aef..2ff215caffdf30c37074af2b9c90369d9f036b8f 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -245,6 +245,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
bool GetSyncivHelper( |
GLsync sync, GLenum pname, GLsizei bufsize, GLsizei* length, |
GLint* values); |
+ bool GetQueryObjectValueHelper( |
+ const char* function_name, GLuint id, GLenum pname, GLuint64* params); |
void FreeUnusedSharedMemory(); |
void FreeEverything(); |