| Index: gm/testimagefilters.cpp
|
| diff --git a/gm/testimagefilters.cpp b/gm/testimagefilters.cpp
|
| index 2c4fadb092039e522b06ad2869102ddfb6f2654e..1ea9575c7c9fa492b3a42d8e3eacded3a62675a8 100644
|
| --- a/gm/testimagefilters.cpp
|
| +++ b/gm/testimagefilters.cpp
|
| @@ -141,5 +141,4 @@ private:
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|
| -static skiagm::GM* MyFactory(void*) { return new TestImageFiltersGM; }
|
| -static skiagm::GMRegistry reg(MyFactory);
|
| +DEF_GM( return new TestImageFiltersGM; )
|
|
|