| Index: src/gpu/text/GrStencilAndCoverTextContext.cpp
|
| diff --git a/src/gpu/text/GrStencilAndCoverTextContext.cpp b/src/gpu/text/GrStencilAndCoverTextContext.cpp
|
| index bce07169429dd080bd13018cd744bad36670ea76..86005824951bcb8282d5d399c407a0abf7ac3d63 100644
|
| --- a/src/gpu/text/GrStencilAndCoverTextContext.cpp
|
| +++ b/src/gpu/text/GrStencilAndCoverTextContext.cpp
|
| @@ -637,13 +637,13 @@ void GrStencilAndCoverTextContext::TextRun::draw(GrContext* ctx,
|
| SkRect bounds = SkRect::MakeIWH(pipelineBuilder->getRenderTarget()->width(),
|
| pipelineBuilder->getRenderTarget()->height());
|
|
|
| - SkAutoTUnref<GrDrawPathBatchBase> batch(
|
| + SkAutoTUnref<GrDrawBatch> batch(
|
| GrDrawPathRangeBatch::Create(viewMatrix, fTextRatio, fTextInverseRatio * x,
|
| fTextInverseRatio * y, color,
|
| GrPathRendering::kWinding_FillType, glyphs, fInstanceData,
|
| bounds));
|
|
|
| - dc->drawPathBatch(*pipelineBuilder, batch);
|
| + dc->drawBatch(pipelineBuilder, batch);
|
| }
|
|
|
| if (fFallbackTextBlob) {
|
|
|