Chromium Code Reviews| Index: gm/tileimagefilter.cpp |
| diff --git a/gm/tileimagefilter.cpp b/gm/tileimagefilter.cpp |
| index 9d0f95e15c4caf6da1829c353c26ab8a090e0c7d..1ec05113e178f18efb2ff46913da200425679bd6 100644 |
| --- a/gm/tileimagefilter.cpp |
| +++ b/gm/tileimagefilter.cpp |
| @@ -121,6 +121,5 @@ private: |
| ////////////////////////////////////////////////////////////////////////////// |
| -DEF_GM( return SkNEW(TileImageFilterGM); ) |
| - |
| +DEF_GM(return new TileImageFilterGM;) |
| } |