Index: gm/strokefill.cpp |
diff --git a/gm/strokefill.cpp b/gm/strokefill.cpp |
index a7e404dabf4963af365a23207de9c256fd3ee958..4e8eaffcca7a454c939ec271bb0ed5147843a60f 100644 |
--- a/gm/strokefill.cpp |
+++ b/gm/strokefill.cpp |
@@ -355,6 +355,5 @@ private: |
////////////////////////////////////////////////////////////////////////////// |
-DEF_GM(return SkNEW(StrokeFillGM);) |
- |
+DEF_GM(return new StrokeFillGM;) |
} |