Index: gm/concavepaths.cpp |
diff --git a/gm/concavepaths.cpp b/gm/concavepaths.cpp |
index 37635f8b67f6ddaf1fbd07f2d12291703df2906e..4008a6457ecfe83e754f0d49a99ff2f1b0c7a27b 100644 |
--- a/gm/concavepaths.cpp |
+++ b/gm/concavepaths.cpp |
@@ -388,5 +388,4 @@ private: |
typedef skiagm::GM INHERITED; |
}; |
-static skiagm::GM* F0(void*) { return new ConcavePathsGM; } |
-static skiagm::GMRegistry R0(F0); |
+DEF_GM( return new ConcavePathsGM; ) |