Index: gm/thinstrokedrects.cpp |
diff --git a/gm/thinstrokedrects.cpp b/gm/thinstrokedrects.cpp |
index 8bde1022cec701bc8cfa43a9cca5451beff19e89..73e1f529df31e2362a13e71a5481318b86097150 100644 |
--- a/gm/thinstrokedrects.cpp |
+++ b/gm/thinstrokedrects.cpp |
@@ -73,6 +73,5 @@ private: |
////////////////////////////////////////////////////////////////////////////// |
-DEF_GM( return SkNEW(ThinStrokedRectsGM); ) |
- |
+DEF_GM(return new ThinStrokedRectsGM;) |
} |