Chromium Code Reviews| Index: gm/conicpaths.cpp |
| diff --git a/gm/conicpaths.cpp b/gm/conicpaths.cpp |
| index 2bdd1f8d2695123765a8da147f23efd41fe7ef29..71057b8e0bae30ccb1a7388cad7235e1a2525cb2 100644 |
| --- a/gm/conicpaths.cpp |
| +++ b/gm/conicpaths.cpp |
| @@ -128,7 +128,7 @@ private: |
| SkPath fGiantCircle; |
| typedef skiagm::GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(ConicPathsGM); ) |
| +DEF_GM(return new ConicPathsGM;) |
| ////////////////////////////////////////////////////////////////////////////// |