Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index e1bc869497b96a3c54c191f2805036599aacad3f..4409b0c8fc9d46106e3642d0587a7b87874c34dd 100644 |
--- a/src/gpu/gl/GrGLGpu.h |
+++ b/src/gpu/gl/GrGLGpu.h |
@@ -336,7 +336,7 @@ private: |
public: |
HWGeometryState() { fVBOVertexArray = NULL; this->invalidate(); } |
- ~HWGeometryState() { SkSafeUnref(fVBOVertexArray); } |
+ ~HWGeometryState() { SkDELETE(fVBOVertexArray); } |
void invalidate() { |
fBoundVertexArrayIDIsValid = false; |