Chromium Code Reviews| Index: gm/dftext.cpp |
| diff --git a/gm/dftext.cpp b/gm/dftext.cpp |
| old mode 100755 |
| new mode 100644 |
| index 0b68add1ca3941c28f33cc981727411a3baaccc0..f6bc0b2b9c9ce188c6130f5cdf56e036424dfa06 |
| --- a/gm/dftext.cpp |
| +++ b/gm/dftext.cpp |
| @@ -215,4 +215,4 @@ private: |
| typedef skiagm::GM INHERITED; |
| }; |
| -DEF_GM( return SkNEW(DFTextGM); ) |
| +DEF_GM(return new DFTextGM;) |