aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-07-06 09:58:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-06 09:58:57 -0700
commit01a19504c4dbd980e96b1c5b9fe8c8779432488d (patch)
treed70cbbab2b648ec1c40657457d520d18e999cecc /include
parentafd6340d560846a8fa88d888cf460b6866237035 (diff)
Move GrNonAAFillRectPerspectiveBatch to its own file
Get this out of the way of the upcoming changes (and add a test for it) GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2108403005 Review-Url: https://codereview.chromium.org/2108403005
Diffstat (limited to 'include')
-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 caaf5d9785..89ac68ae3d 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*);