Chromium Code Reviews| Index: gm/yuvtorgbeffect.cpp |
| diff --git a/gm/yuvtorgbeffect.cpp b/gm/yuvtorgbeffect.cpp |
| index 4ec86f45ee408dfc745a30e83a5b9a0d8c45c58a..7dbd24eda01f5d76a6bbf40b2375d5256a9aa5dc 100644 |
| --- a/gm/yuvtorgbeffect.cpp |
| +++ b/gm/yuvtorgbeffect.cpp |
| @@ -140,7 +140,7 @@ private: |
| typedef GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(YUVtoRGBEffect); ) |
| +DEF_GM(return new YUVtoRGBEffect;) |
| } |
| #endif |