Chromium Code Reviews| Index: gm/textblob.cpp |
| diff --git a/gm/textblob.cpp b/gm/textblob.cpp |
| index cd5c12a74d8d20c489415aba661599435637fecf..5020e7c5ef6fe5f73495f456edb76f79c5a7478c 100644 |
| --- a/gm/textblob.cpp |
| +++ b/gm/textblob.cpp |
| @@ -186,4 +186,4 @@ private: |
| typedef skiagm::GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW_ARGS(TextBlobGM, ("hamburgefons")); ) |
| +DEF_GM(return new TextBlobGM("hamburgefons");) |