Chromium Code Reviews| Index: gm/clipdrawdraw.cpp |
| diff --git a/gm/clipdrawdraw.cpp b/gm/clipdrawdraw.cpp |
| index 965920105480f914ddf218ff8ca6e2bc980ed9f3..aa635d97a9174301f036c0d19678c898b6b275dc 100644 |
| --- a/gm/clipdrawdraw.cpp |
| +++ b/gm/clipdrawdraw.cpp |
| @@ -64,6 +64,5 @@ private: |
| ////////////////////////////////////////////////////////////////////////////// |
| -DEF_GM(return SkNEW(ClipDrawDrawGM);) |
| - |
| +DEF_GM(return new ClipDrawDrawGM;) |
| } |