Index: gm/pathinterior.cpp |
diff --git a/gm/pathinterior.cpp b/gm/pathinterior.cpp |
index f1cbfc4627ebe94ad2e27513181755ea6e908e6a..f93e68250ddf7bb891ea3fd29d1c420b7d283970 100644 |
--- a/gm/pathinterior.cpp |
+++ b/gm/pathinterior.cpp |
@@ -110,5 +110,4 @@ private: |
////////////////////////////////////////////////////////////////////////////// |
-static skiagm::GM* MyFactory(void*) { return new PathInteriorGM; } |
-static skiagm::GMRegistry reg(MyFactory); |
+DEF_GM( return new PathInteriorGM; ) |