Style Change:  SkNEW->new; SkDELETE->delete
DOCS_PREVIEW= https://skia.org/?cl=1316123003

Review URL: https://codereview.chromium.org/1316123003
diff --git a/gm/strokefill.cpp b/gm/strokefill.cpp
index a7e404d..4e8eaff 100644
--- a/gm/strokefill.cpp
+++ b/gm/strokefill.cpp
@@ -355,6 +355,5 @@
 
 //////////////////////////////////////////////////////////////////////////////
 
-DEF_GM(return SkNEW(StrokeFillGM);)
-
+DEF_GM(return new StrokeFillGM;)
 }