| Index: src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
|
| diff --git a/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp b/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
|
| index 1309dedd4c3c073ed60b5bd51ad964d3fb2be81d..af0c397da61a096dbf1babd243829781309a90b6 100644
|
| --- a/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
|
| +++ b/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
|
| @@ -147,9 +147,9 @@ bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) {
|
| );
|
|
|
| pipelineBuilder->setUserStencil(&kCoverPass);
|
| - SkAutoTUnref<GrDrawPathBatchBase> batch(
|
| + SkAutoTUnref<GrDrawBatch> batch(
|
| GrDrawPathBatch::Create(viewMatrix, args.fColor, p->getFillType(), p));
|
| - args.fTarget->drawPathBatch(*pipelineBuilder, batch);
|
| + args.fTarget->drawBatch(*pipelineBuilder, batch);
|
| }
|
|
|
| pipelineBuilder->disableUserStencil();
|
|
|