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