Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: include/utils/SkMatrix44.h

Issue 1209763002: Fix infinite matrix during an invert. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/utils/SkMatrix44.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkMatrix44.h
diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h
index 90f29a994a77eeb480500c6e1345ae1a76e7aeaf..2a698f52a23fe5db7eac10bd8fef99bb7e26ad7e 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;
« no previous file with comments | « no previous file | src/utils/SkMatrix44.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698