aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-05-07 13:06:41 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-07 13:06:42 -0700
commit2fbd4068bde6a9fb50341c0bdfbb8bf18b70d015 (patch)
tree66315ce7a175ec4d25fd89f21ea2e7cdd97f5931 /include/gpu
parent96287f7af7ff6aaa48b8d28ec6b7b79836da2d7c (diff)
tesselating path renderer unit tests
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrTestUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h
index a98548bb2f..2109ad657b 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*);