Index: include/gpu/GrTestUtils.h |
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h |
index 88063c6f3866d163c786a2ff14c08c4decde096b..b27b31322c3a59849084a6110ac7b203b5ca41f4 100644 |
--- a/include/gpu/GrTestUtils.h |
+++ b/include/gpu/GrTestUtils.h |
@@ -23,6 +23,7 @@ namespace GrTest { |
* A helper for use in Test functions. |
*/ |
const SkMatrix& TestMatrix(SkRandom*); |
+const SkMatrix& TestMatrixPreservesRightAngles(SkRandom*); |
const SkRect& TestRect(SkRandom*); |
} |