| Index: include/core/SkMatrix.h
|
| diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
|
| index 79ee001514340bc8f5e50f3e78ca792ff2fe8d28..1626750208363f7da95dd71dee7f84860e932404 100644
|
| --- a/include/core/SkMatrix.h
|
| +++ b/include/core/SkMatrix.h
|
| @@ -725,7 +725,7 @@ private:
|
|
|
| /** Are all elements of the matrix finite?
|
| */
|
| - bool isFinite() const;
|
| + bool isFinite() const { return SkScalarsAreFinite(fMat, 9); }
|
|
|
| static void ComputeInv(SkScalar dst[9], const SkScalar src[9], double invDet, bool isPersp);
|
|
|
|
|