aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRRect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkRRect.h')
-rw-r--r--include/core/SkRRect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h
index a553191515..5e67f1fccb 100644
--- a/include/core/SkRRect.h
+++ b/include/core/SkRRect.h
@@ -327,7 +327,7 @@ private:
void computeType();
bool checkCornerContainment(SkScalar x, SkScalar y) const;
- void scaleRadii();
+ void scaleRadii(const SkRect& rect);
SkRect fRect = SkRect::MakeEmpty();
// Radii order is UL, UR, LR, LL. Use Corner enum to index into fRadii[]