aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/largeglyphblur.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/largeglyphblur.cpp')
-rw-r--r--gm/largeglyphblur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/largeglyphblur.cpp b/gm/largeglyphblur.cpp
index 8723824e13..b74f9024b8 100644
--- a/gm/largeglyphblur.cpp
+++ b/gm/largeglyphblur.cpp
@@ -65,5 +65,5 @@ private:
//////////////////////////////////////////////////////////////////////////////
-DEF_GM( return SkNEW(LargeGlyphBlur); )
+DEF_GM(return new LargeGlyphBlur;)
}