| 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 2ff215caffdf30c37074af2b9c90369d9f036b8f..47963f980667c4e421ff5823a21ee3011ac70aef 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -245,8 +245,6 @@
|
| 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();
|
|
|