aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/vertices.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/vertices.cpp')
-rw-r--r--gm/vertices.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/vertices.cpp b/gm/vertices.cpp
index 2f7a9b99d4..9533d81bb4 100644
--- a/gm/vertices.cpp
+++ b/gm/vertices.cpp
@@ -123,5 +123,5 @@ private:
/////////////////////////////////////////////////////////////////////////////////////
-DEF_GM( return SkNEW_ARGS(VerticesGM, (0xFF)); )
-DEF_GM( return SkNEW_ARGS(VerticesGM, (0x80)); )
+DEF_GM(return new VerticesGM(0xFF);)
+DEF_GM(return new VerticesGM(0x80);)