Index: gm/patch.cpp |
diff --git a/gm/patch.cpp b/gm/patch.cpp |
index ea7954c636f2374b9cf4c80d5e1ef28e1a9f3782..df3a84e53453f982e719a7a4015a8cfc47b5b5db 100644 |
--- a/gm/patch.cpp |
+++ b/gm/patch.cpp |
@@ -154,6 +154,5 @@ private: |
typedef GM INHERITED; |
}; |
-DEF_GM(return SkNEW(SkPatchGM); ) |
- |
+DEF_GM(return new SkPatchGM;) |
} |