Chromium Code Reviews| Index: gm/clip_strokerect.cpp |
| diff --git a/gm/clip_strokerect.cpp b/gm/clip_strokerect.cpp |
| index 0175eda984b967606b4130d625f50e3228968f3d..f4183b1f5889362c92fce899b127dce6b79a6da2 100644 |
| --- a/gm/clip_strokerect.cpp |
| +++ b/gm/clip_strokerect.cpp |
| @@ -67,5 +67,4 @@ private: |
| typedef skiagm::GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(ClipStrokeRectGM); ) |
| - |
| +DEF_GM(return new ClipStrokeRectGM;) |