Chromium Code Reviews| Index: gm/textblobcolortrans.cpp |
| diff --git a/gm/textblobcolortrans.cpp b/gm/textblobcolortrans.cpp |
| index 8b5413a6e9cae54693e430ece05fee4f1bbf18f3..0e4e0ff98ba8a55c7db7933e4dd89fa801d956da 100644 |
| --- a/gm/textblobcolortrans.cpp |
| +++ b/gm/textblobcolortrans.cpp |
| @@ -97,5 +97,5 @@ private: |
| ////////////////////////////////////////////////////////////////////////////// |
| -DEF_GM( return SkNEW(TextBlobColorTrans); ) |
| +DEF_GM(return new TextBlobColorTrans;) |
| } |