Index: src/gpu/gl/GrGLBufferImpl.h |
diff --git a/src/gpu/gl/GrGLBufferImpl.h b/src/gpu/gl/GrGLBufferImpl.h |
index 8617a897d42835930a51914f847422c748769fbe..5526ff93f18914f4cf50dc5f0ff1a8c05b670577 100644 |
--- a/src/gpu/gl/GrGLBufferImpl.h |
+++ b/src/gpu/gl/GrGLBufferImpl.h |
@@ -20,7 +20,6 @@ class GrGLGpu; |
class GrGLBufferImpl : SkNoncopyable { |
public: |
struct Desc { |
- bool fIsWrapped; |
GrGLuint fID; // set to 0 to indicate buffer is CPU-backed and not a VBO. |
size_t fSizeInBytes; |
bool fDynamic; |