Chromium Code Reviews| Index: gm/bigtext.cpp |
| diff --git a/gm/bigtext.cpp b/gm/bigtext.cpp |
| index c69d9b973bdd09aa9ed4c203784c4c64eb1ac3b0..17f69c574516f42d44cc4f749f50f34c0e27d302 100644 |
| --- a/gm/bigtext.cpp |
| +++ b/gm/bigtext.cpp |
| @@ -52,4 +52,4 @@ private: |
| typedef skiagm::GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(BigTextGM); ) |
| +DEF_GM(return new BigTextGM;) |