| Index: gm/imagefilterscropexpand.cpp
|
| diff --git a/gm/imagefilterscropexpand.cpp b/gm/imagefilterscropexpand.cpp
|
| index 2e452ee577cb9bac935f001e19d262e91f602eb8..b173648a8cca7d855c1d87cf671acfd626e95d4a 100644
|
| --- a/gm/imagefilterscropexpand.cpp
|
| +++ b/gm/imagefilterscropexpand.cpp
|
| @@ -170,5 +170,4 @@ private:
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| -static skiagm::GM* MyFactory(void*) { return new ImageFiltersCropExpandGM; }
|
| -static skiagm::GMRegistry reg(MyFactory);
|
| +DEF_GM( return new ImageFiltersCropExpandGM; )
|
|
|