Chromium Code Reviews| Index: gm/stroketext.cpp |
| diff --git a/gm/stroketext.cpp b/gm/stroketext.cpp |
| index 6ec425b5b25882e02b36a9602175715b19044381..75ce164bcf733fed37cf96d6896a96dd5df18986 100644 |
| --- a/gm/stroketext.cpp |
| +++ b/gm/stroketext.cpp |
| @@ -98,4 +98,4 @@ private: |
| typedef skiagm::GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(StrokeTextGM); ) |
| +DEF_GM(return new StrokeTextGM;) |