From 385fe4d4b62d7d1dd76116dd570df3290a2f487b Mon Sep 17 00:00:00 2001 From: halcanary Date: Wed, 26 Aug 2015 13:07:48 -0700 Subject: Style Change: SkNEW->new; SkDELETE->delete DOCS_PREVIEW= https://skia.org/?cl=1316123003 Review URL: https://codereview.chromium.org/1316123003 --- gm/strokefill.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gm/strokefill.cpp') diff --git a/gm/strokefill.cpp b/gm/strokefill.cpp index a7e404dabf..4e8eaffcca 100644 --- a/gm/strokefill.cpp +++ b/gm/strokefill.cpp @@ -355,6 +355,5 @@ private: ////////////////////////////////////////////////////////////////////////////// -DEF_GM(return SkNEW(StrokeFillGM);) - +DEF_GM(return new StrokeFillGM;) } -- cgit v1.2.3