aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLBufferImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLBufferImpl.h')
-rw-r--r--src/gpu/gl/GrGLBufferImpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLBufferImpl.h b/src/gpu/gl/GrGLBufferImpl.h
index 19d23e0dac..148ca1b2ee 100644
--- a/src/gpu/gl/GrGLBufferImpl.h
+++ b/src/gpu/gl/GrGLBufferImpl.h
@@ -53,8 +53,6 @@ private:
GrGLenum fBufferType; // GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER
void* fCPUData;
void* fLockPtr;
- size_t fGLSizeInBytes; // In certain cases we make the size of the GL buffer object
- // smaller or larger than the size in fDesc.
typedef SkNoncopyable INHERITED;
};