Chromium Code Reviews| Index: gm/bigblurs.cpp |
| diff --git a/gm/bigblurs.cpp b/gm/bigblurs.cpp |
| index 55000052f0e6b255999eb9054827cfeea59293b6..d68b2ca1f7d3f8b0ffd4a6ae3b7350cf88e49b90 100644 |
| --- a/gm/bigblurs.cpp |
| +++ b/gm/bigblurs.cpp |
| @@ -111,6 +111,5 @@ private: |
| typedef GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(BigBlursGM); ) |
| - |
| +DEF_GM(return new BigBlursGM;) |
| } |