aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRRect.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-02-23 10:32:40 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-23 10:32:40 -0800
commit5a70bc7f3cd32aaccc137c7d650cea613baa2443 (patch)
tree9557cbfbd10ff3d368e840d1790ebd046ec2b5f8 /include/core/SkRRect.h
parent9ca27f39ddf7dafdc8ce97dba0fc9c4d1f07b7ed (diff)
make transformed rrect radii fit rectangle
one more case caught by 1M skps R=herb@google.com,reed@google.com BUG=skia:4413 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1722483003 Review URL: https://codereview.chromium.org/1722483003
Diffstat (limited to 'include/core/SkRRect.h')
-rw-r--r--include/core/SkRRect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h
index 994edd2cc1..5564ce0d7e 100644
--- a/include/core/SkRRect.h
+++ b/include/core/SkRRect.h
@@ -326,6 +326,7 @@ private:
void computeType();
bool checkCornerContainment(SkScalar x, SkScalar y) const;
+ void scaleRadii();
// to access fRadii directly
friend class SkPath;