Index: include/gpu/GrTestUtils.h |
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h |
index caaf5d978560ebfb9c67143f6078fc827435ed8b..89ac68ae3d9701d3b540cb9a1af2383fe292ca27 100644 |
--- a/include/gpu/GrTestUtils.h |
+++ b/include/gpu/GrTestUtils.h |
@@ -32,6 +32,7 @@ const SkMatrix& TestMatrix(SkRandom*); |
const SkMatrix& TestMatrixPreservesRightAngles(SkRandom*); |
const SkMatrix& TestMatrixRectStaysRect(SkRandom*); |
const SkMatrix& TestMatrixInvertible(SkRandom*); |
+const SkMatrix& TestMatrixPerspective(SkRandom*); |
const SkRect& TestRect(SkRandom*); |
const SkRect& TestSquare(SkRandom*); |
const SkRRect& TestRRectSimple(SkRandom*); |