| Index: src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
|
| diff --git a/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp b/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
|
| index 11dd899766094bec37876361862da6e75861b2f7..adc5b977efa14aed6eee31b115bf986294131da8 100644
|
| --- a/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
|
| +++ b/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
|
| @@ -145,9 +145,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();
|
|
|