Chromium Code Reviews| Index: gm/tiledscaledbitmap.cpp |
| diff --git a/gm/tiledscaledbitmap.cpp b/gm/tiledscaledbitmap.cpp |
| index 79e1111ffececf07519cc5f7b8cecf34f41f0d20..daecbb05e23ce1d0ac34aada9e66b283b97565dd 100644 |
| --- a/gm/tiledscaledbitmap.cpp |
| +++ b/gm/tiledscaledbitmap.cpp |
| @@ -79,6 +79,5 @@ private: |
| ////////////////////////////////////////////////////////////////////////////// |
| -DEF_GM(return SkNEW(TiledScaledBitmapGM);) |
| - |
| +DEF_GM(return new TiledScaledBitmapGM;) |
| } |