diff options
Diffstat (limited to 'gm/pathinterior.cpp')
-rw-r--r-- | gm/pathinterior.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gm/pathinterior.cpp b/gm/pathinterior.cpp index f1cbfc4627..f93e68250d 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; ) |