| Index: src/gpu/gl/GrGLBufferImpl.h
|
| diff --git a/src/gpu/gl/GrGLBufferImpl.h b/src/gpu/gl/GrGLBufferImpl.h
|
| index f72b99cc79e43356af9b28dc182c2cae04fdd4eb..15d2f48efe44ea82d2d1d48907585666cd2e34cb 100644
|
| --- a/src/gpu/gl/GrGLBufferImpl.h
|
| +++ b/src/gpu/gl/GrGLBufferImpl.h
|
| @@ -37,8 +37,6 @@ public:
|
| GrGLuint bufferID() const { return fDesc.fID; }
|
| size_t baseOffset() const { return reinterpret_cast<size_t>(fCPUData); }
|
|
|
| - void bind(GrGLGpu* gpu) const;
|
| -
|
| void* map(GrGLGpu* gpu);
|
| void unmap(GrGLGpu* gpu);
|
| bool isMapped() const;
|
|
|