aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/strokefill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/strokefill.cpp')
-rw-r--r--gm/strokefill.cpp3
1 files changed, 1 insertions, 2 deletions
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;)
}