Index: include/core/SkMatrix.h |
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h |
index adebada445913521638fe13f3ec1a3c3303cbe38..6738a0eb69b17a1fa0a953acdd4c446815c1b1cc 100644 |
--- a/include/core/SkMatrix.h |
+++ b/include/core/SkMatrix.h |
@@ -80,7 +80,7 @@ public: |
/** Returns true if will map a rectangle to another rectangle. This can be |
true if the matrix is identity, scale-only, or rotates a multiple of |
- 90 degrees. |
+ 90 degrees, or mirrors in x or y. |
*/ |
bool rectStaysRect() const { |
if (fTypeMask & kUnknown_Mask) { |