From 0393912de72bc3d8b3640c122c53470dd0da1e6d Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 15 Dec 2014 13:42:51 -0800 Subject: pass dst-rect through from drawBitmapRect for better precision BUG=skia: Review URL: https://codereview.chromium.org/797963002 --- gm/bitmaprect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm') diff --git a/gm/bitmaprect.cpp b/gm/bitmaprect.cpp index 53a855e778..df30106c7c 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; ) -- cgit v1.2.3