Index: src/gpu/GrDrawContext.cpp |
diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp |
index 445a6618e2eba7afee4fa98ed6f367cedcf0bcd1..7a508c7f65128d77835acc9d4d9762caf6d4ef2c 100644 |
--- a/src/gpu/GrDrawContext.cpp |
+++ b/src/gpu/GrDrawContext.cpp |
@@ -46,7 +46,7 @@ GrDrawContext::GrDrawContext(GrContext* context, |
GrDrawContext::~GrDrawContext() { |
SkSafeUnref(fDrawTarget); |
- SkDELETE(fTextContext); |
+ delete fTextContext; |
} |
void GrDrawContext::copySurface(GrRenderTarget* dst, GrSurface* src, |