Index: src/gpu/gl/GrGLPathRendering.cpp |
diff --git a/src/gpu/gl/GrGLPathRendering.cpp b/src/gpu/gl/GrGLPathRendering.cpp |
index 93f892d3b36c8d31701a27d88c8f1ab006a1164e..5c0d1c72f15276372f030980ee5e386ca0d5d8ba 100644 |
--- a/src/gpu/gl/GrGLPathRendering.cpp |
+++ b/src/gpu/gl/GrGLPathRendering.cpp |
@@ -124,7 +124,7 @@ GrPathRange* GrGLPathRendering::createGlyphs(const SkTypeface* typeface, |
} |
int faceIndex; |
- SkAutoTUnref<SkStream> fontStream(typeface->openStream(&faceIndex)); |
+ SkAutoTDelete<SkStream> fontStream(typeface->openStream(&faceIndex)); |
const size_t fontDataLength = fontStream->getLength(); |
if (0 == fontDataLength) { |