| Index: gm/bitmaprect.cpp
|
| diff --git a/gm/bitmaprect.cpp b/gm/bitmaprect.cpp
|
| index 53a855e7782e1e6c7f5cb4cb16f1468c0a21c515..df30106c7cfb49f9078eedfd14e3b1e9f8d7337f 100644
|
| --- a/gm/bitmaprect.cpp
|
| +++ b/gm/bitmaprect.cpp
|
| @@ -275,6 +275,7 @@ protected:
|
| private:
|
| typedef skiagm::GM INHERITED;
|
| };
|
| +DEF_GM( return new BitmapRectRounding; )
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|
| @@ -298,4 +299,3 @@ static skiagm::GMRegistry reg3(MyFactory3);
|
| static skiagm::GMRegistry reg4(MyFactory4);
|
| #endif
|
|
|
| -DEF_GM( return new BitmapRectRounding; )
|
|
|