| 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 4e8ae5f998be65e400cffc28d4d2745c95156f56..1ffdf9100e8928204e1091bddab47163b9347c7e 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -240,6 +240,9 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| bool GetActiveUniformsivHelper(
|
| GLuint program, GLsizei count, const GLuint* indices,
|
| GLenum pname, GLint* params);
|
| + bool GetSyncivHelper(
|
| + GLsync sync, GLenum pname, GLsizei bufsize, GLsizei* length,
|
| + GLint* values);
|
|
|
| void FreeUnusedSharedMemory();
|
| void FreeEverything();
|
|
|