| Index: src/gpu/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp
|
| index fea943b436db7324f6553dc961069eeec38122f8..135cb6d246c278819c3b5698bcaf8306b5f8ebce 100644
|
| --- a/src/gpu/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/GrAAConvexPathRenderer.cpp
|
| @@ -1042,10 +1042,10 @@ bool GrAAConvexPathRenderer::onDrawPath(GrDrawTarget* target,
|
|
|
| #ifdef GR_TEST_UTILS
|
|
|
| -BATCH_TEST_DEFINE(AAConvexPath) {
|
| +BATCH_TEST_DEFINE(AAConvexPathBatch) {
|
| AAConvexPathBatch::Geometry geometry;
|
| geometry.fColor = GrRandomColor(random);
|
| - geometry.fViewMatrix = GrTest::TestMatrix(random);
|
| + geometry.fViewMatrix = GrTest::TestMatrixInvertible(random);
|
| geometry.fPath = GrTest::TestPathConvex(random);
|
|
|
| return AAConvexPathBatch::Create(geometry);
|
|
|