Chromium Code Reviews| Index: gm/imagefromyuvtextures.cpp |
| diff --git a/gm/imagefromyuvtextures.cpp b/gm/imagefromyuvtextures.cpp |
| index 7767c4661dddfe971cee9b0eae89ee66d3f0cbd0..68faf801c628e48cee6784752c7823285a436cc2 100644 |
| --- a/gm/imagefromyuvtextures.cpp |
| +++ b/gm/imagefromyuvtextures.cpp |
| @@ -169,7 +169,7 @@ private: |
| typedef GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(ImageFromYUVTextures); ) |
| +DEF_GM(return new ImageFromYUVTextures;) |
| } |
| #endif |