diff options
-rw-r--r-- | include/core/SkMatrix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h index 8fdb8185b0..df3275ec4b 100644 --- a/include/core/SkMatrix.h +++ b/include/core/SkMatrix.h @@ -566,8 +566,8 @@ private: kRectStaysRect_Mask }; - SkScalar fMat[9]; - mutable uint8_t fTypeMask; + SkScalar fMat[9]; + mutable uint32_t fTypeMask; uint8_t computeTypeMask() const; uint8_t computePerspectiveTypeMask() const; |