Chromium Code Reviews| Index: gm/convexpolyclip.cpp |
| diff --git a/gm/convexpolyclip.cpp b/gm/convexpolyclip.cpp |
| index 2ed17f2a5b30ee8e1a0285d0495a2c39e1654165..2aa05a83d210599d342250d4e2574661b9de059a 100644 |
| --- a/gm/convexpolyclip.cpp |
| +++ b/gm/convexpolyclip.cpp |
| @@ -297,6 +297,5 @@ private: |
| typedef GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(ConvexPolyClip); ) |
| - |
| +DEF_GM(return new ConvexPolyClip;) |
| } |