Index: include/utils/SkMatrix44.h |
diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h |
index 26247a01e99c0aa19dad0152d61309d1c75b577e..257a700cfdd479941faca3c5d3ffde9684866995 100644 |
--- a/include/utils/SkMatrix44.h |
+++ b/include/utils/SkMatrix44.h |
@@ -373,6 +373,8 @@ public: |
void map2(const float src2[], int count, float dst4[]) const; |
void map2(const double src2[], int count, double dst4[]) const; |
+ bool preserves2dAxisAlignment () const; |
+ |
void dump() const; |
double determinant() const; |