diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/utils/SkMatrix44.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h index 90f29a994a..2a698f52a2 100644 --- a/include/utils/SkMatrix44.h +++ b/include/utils/SkMatrix44.h @@ -358,7 +358,8 @@ public: } /** If this is invertible, return that in inverse and return true. If it is - not invertible, return false and ignore the inverse parameter. + not invertible, return false and leave the inverse parameter in an + unspecified state. */ bool invert(SkMatrix44* inverse) const; |