| Index: src/gpu/GrAtlasTextContext.cpp
|
| diff --git a/src/gpu/GrAtlasTextContext.cpp b/src/gpu/GrAtlasTextContext.cpp
|
| index 81cc6471f75462853bcec731ebe6f00bac63883f..948765201e1b836ee5ece57bbe3c3fa5484a33d3 100644
|
| --- a/src/gpu/GrAtlasTextContext.cpp
|
| +++ b/src/gpu/GrAtlasTextContext.cpp
|
| @@ -2143,7 +2143,7 @@ inline void GrAtlasTextContext::flushRun(GrDrawContext* dc, GrPipelineBuilder* p
|
| SkAutoTUnref<GrDrawBatch> batch(this->createBatch(cacheBlob, info, glyphCount, run,
|
| subRun, color, transX, transY,
|
| skPaint));
|
| - dc->drawBatch(pipelineBuilder, batch);
|
| + dc->drawBatch(*pipelineBuilder, batch);
|
| }
|
| }
|
|
|
|
|