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 56396f71190a01cbb7d6d628ec677cbbb344cc9f..c4788de98aa791ff3612d11e7950399c7e39fd82 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(); |