| Index: src/gpu/GrTessellatingPathRenderer.cpp
|
| diff --git a/src/gpu/GrTessellatingPathRenderer.cpp b/src/gpu/GrTessellatingPathRenderer.cpp
|
| index de5dcab8ab9c2ca683d72c9eb6b4fb028be28950..f420372ca516c708c89d1ea6152ea02b94903f11 100644
|
| --- a/src/gpu/GrTessellatingPathRenderer.cpp
|
| +++ b/src/gpu/GrTessellatingPathRenderer.cpp
|
| @@ -1511,7 +1511,7 @@ bool GrTessellatingPathRenderer::onDrawPath(GrDrawTarget* target,
|
| }
|
| vmi.mapRect(&clipBounds);
|
| SkAutoTUnref<GrBatch> batch(TessellatingPathBatch::Create(color, path, viewM, clipBounds));
|
| - target->drawBatch(pipelineBuilder, batch);
|
| + target->drawBatch(*pipelineBuilder, batch);
|
|
|
| return true;
|
| }
|
|
|