Chromium Code Reviews| Index: gm/smallarc.cpp |
| diff --git a/gm/smallarc.cpp b/gm/smallarc.cpp |
| old mode 100755 |
| new mode 100644 |
| index 2109b90e0b2603fa8713eba744adc3fa0870b195..6c0df8d8d78e201445c31b2ccaa14e931da7f97d |
| --- a/gm/smallarc.cpp |
| +++ b/gm/smallarc.cpp |
| @@ -50,6 +50,5 @@ private: |
| ////////////////////////////////////////////////////////////////////////////// |
| -DEF_GM( return SkNEW(SmallArcGM); ) |
| - |
| +DEF_GM(return new SmallArcGM;) |
| } |