Index: src/gpu/gl/GrGLBufferImpl.h |
diff --git a/src/gpu/gl/GrGLBufferImpl.h b/src/gpu/gl/GrGLBufferImpl.h |
index 3ab84f67e28590356677650fcc228159fdff6561..279075f4c9e617aae6c1f1892e4432975a13d546 100644 |
--- a/src/gpu/gl/GrGLBufferImpl.h |
+++ b/src/gpu/gl/GrGLBufferImpl.h |
@@ -41,7 +41,6 @@ public: |
void bind(GrGpuGL* gpu) const; |
void* map(GrGpuGL* gpu); |
- void* mapPtr() const { return fMapPtr; } |
void unmap(GrGpuGL* gpu); |
bool isMapped() const; |
bool updateData(GrGpuGL* gpu, const void* src, size_t srcSizeInBytes); |