Index: src/gpu/GrBatchTest.cpp |
diff --git a/src/gpu/GrBatchTest.cpp b/src/gpu/GrBatchTest.cpp |
index 420d61fbec43f793713c23029212faa2e3004ab4..181f0e684afce750c26581c8d5675477bac68083 100644 |
--- a/src/gpu/GrBatchTest.cpp |
+++ b/src/gpu/GrBatchTest.cpp |
@@ -14,6 +14,7 @@ |
BATCH_TEST_EXTERN(AAConvexPathBatch); |
BATCH_TEST_EXTERN(AADistanceFieldPathBatch); |
BATCH_TEST_EXTERN(AAFillRectBatch); |
+BATCH_TEST_EXTERN(AAFillRectBatchLocalMatrix); |
BATCH_TEST_EXTERN(AAHairlineBatch); |
BATCH_TEST_EXTERN(AAStrokeRectBatch); |
BATCH_TEST_EXTERN(DashBatch); |
@@ -32,6 +33,7 @@ static BatchTestFunc gTestBatches[] = { |
BATCH_TEST_ENTRY(AAConvexPathBatch), |
BATCH_TEST_ENTRY(AADistanceFieldPathBatch), |
BATCH_TEST_ENTRY(AAFillRectBatch), |
+ BATCH_TEST_ENTRY(AAFillRectBatchLocalMatrix), |
BATCH_TEST_ENTRY(AAHairlineBatch), |
BATCH_TEST_ENTRY(AAStrokeRectBatch), |
BATCH_TEST_ENTRY(DashBatch), |