Index: gm/largeglyphblur.cpp |
diff --git a/gm/largeglyphblur.cpp b/gm/largeglyphblur.cpp |
index 8723824e13707e1ca58d19489ec67ff02dbb3558..b74f9024b83d3570ed259d722c12ba8ef962b9b2 100644 |
--- a/gm/largeglyphblur.cpp |
+++ b/gm/largeglyphblur.cpp |
@@ -65,5 +65,5 @@ private: |
////////////////////////////////////////////////////////////////////////////// |
-DEF_GM( return SkNEW(LargeGlyphBlur); ) |
+DEF_GM(return new LargeGlyphBlur;) |
} |