Chromium Code Reviews| Index: include/core/SkRRect.h |
| diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h |
| index 994edd2cc1c76b088f890b5e0ed174a865194b03..5564ce0d7ee9733f24e77c1466a42c384b20d6d4 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; |