Index: src/gpu/GrFontScaler.cpp |
diff --git a/src/gpu/GrFontScaler.cpp b/src/gpu/GrFontScaler.cpp |
index 8c0e0e69fccd06625bf8a61e07bc134a90d390f8..d923c7dc2a37839fd50e7acc54013198a0e9c7bb 100644 |
--- a/src/gpu/GrFontScaler.cpp |
+++ b/src/gpu/GrFontScaler.cpp |
@@ -41,7 +41,7 @@ GrMaskFormat GrFontScaler::getMaskFormat() const { |
const GrFontDescKey* GrFontScaler::getKey() { |
if (NULL == fKey) { |
- fKey = SkNEW_ARGS(GrFontDescKey, (fStrike->getDescriptor())); |
+ fKey = new GrFontDescKey(fStrike->getDescriptor()); |
} |
return fKey; |
} |