aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bitmaprect.cpp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-12-15 13:42:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-15 13:42:51 -0800
commit0393912de72bc3d8b3640c122c53470dd0da1e6d (patch)
tree1e039daaf148b62984d64ec1bb93a25a45481d02 /gm/bitmaprect.cpp
parent0faaac64187a1cb811b03d48be3e6d2e24a799c1 (diff)
pass dst-rect through from drawBitmapRect for better precision
Diffstat (limited to 'gm/bitmaprect.cpp')
-rw-r--r--gm/bitmaprect.cpp2
1 files changed, 1 insertions, 1 deletions
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; )