Index: include/gpu/GrTestUtils.h |
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h |
index a98548bb2f9a9014f5b8807492d6d5702aa33eb0..07026278ec53179a27ea4e13f0a3a9ee85c74391 100644 |
--- a/include/gpu/GrTestUtils.h |
+++ b/include/gpu/GrTestUtils.h |
@@ -27,6 +27,7 @@ namespace GrTest { |
const SkMatrix& TestMatrix(SkRandom*); |
const SkMatrix& TestMatrixPreservesRightAngles(SkRandom*); |
const SkMatrix& TestMatrixRectStaysRect(SkRandom*); |
+SkMatrix TestMatrixInvertible(SkRandom*); |
const SkRect& TestRect(SkRandom*); |
const SkRRect& TestRRectSimple(SkRandom*); |
const SkPath& TestPath(SkRandom*); |