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 d26378a438767425280a3566d1a1c88534615a01..72f314c7b2e6f163008a87ccbed9375d302f5245 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -538,6 +538,9 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
GLenum internalformat, |
GLenum usage); |
+ GLuint CreateFenceCHROMIUMHelper(ClientFence fence); |
+ void DestroyFenceCHROMIUMHelper(GLuint fence_id); |
+ |
// Helper for GetVertexAttrib |
bool GetVertexAttribHelper(GLuint index, GLenum pname, uint32_t* param); |