aboutsummaryrefslogtreecommitdiff
path: root/gm/clip_strokerect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/clip_strokerect.cpp')
-rw-r--r--gm/clip_strokerect.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gm/clip_strokerect.cpp b/gm/clip_strokerect.cpp
index 0175eda984..f4183b1f58 100644
--- a/gm/clip_strokerect.cpp
+++ b/gm/clip_strokerect.cpp
@@ -67,5 +67,4 @@ private:
typedef skiagm::GM INHERITED;
};
-DEF_GM( return SkNEW(ClipStrokeRectGM); )
-
+DEF_GM(return new ClipStrokeRectGM;)