Chromium Code Reviews| Index: include/core/SkRRect.h |
| diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h |
| index 77e109d45b948eff171ac1373247e5b60fb6dae1..2682bc1069229d3af6fc57983c10095ee9c346a9 100644 |
| --- a/include/core/SkRRect.h |
| +++ b/include/core/SkRRect.h |
| @@ -176,6 +176,7 @@ public: |
| const SkRect& rect() const { return fRect; } |
| const SkVector& radii(Corner corner) const { return fRadii[corner]; } |
| + const SkVector* getAllRadii() const { return fRadii; } |
| const SkRect& getBounds() const { return fRect; } |
| /** |