Index: include/core/SkRRect.h |
diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h |
index c996346442325659bff213a4cbe5e536984ac979..9878b54fdc0019be255f3c18551b748cd9dce8aa 100644 |
--- a/include/core/SkRRect.h |
+++ b/include/core/SkRRect.h |
@@ -101,6 +101,8 @@ public: |
} |
inline bool isComplex() const { return kComplex_Type == this->getType(); } |
+ bool allCornersCircular() const; |
+ |
SkScalar width() const { return fRect.width(); } |
SkScalar height() const { return fRect.height(); } |