| Index: include/gpu/GrTestUtils.h
|
| diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h
|
| index a98548bb2f9a9014f5b8807492d6d5702aa33eb0..2109ad657b97d310f5a204c548450265a93634a7 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*);
|
| +const SkMatrix& TestMatrixInvertible(SkRandom*);
|
| const SkRect& TestRect(SkRandom*);
|
| const SkRRect& TestRRectSimple(SkRandom*);
|
| const SkPath& TestPath(SkRandom*);
|
|
|