| Index: src/gpu/GrSoftwarePathRenderer.cpp
|
| diff --git a/src/gpu/GrSoftwarePathRenderer.cpp b/src/gpu/GrSoftwarePathRenderer.cpp
|
| index dc0c6c07afe0dc053fa46feb4fad7f02f8c457d7..4bc592d3a60473811a2798180cb3e302cbf5c382 100644
|
| --- a/src/gpu/GrSoftwarePathRenderer.cpp
|
| +++ b/src/gpu/GrSoftwarePathRenderer.cpp
|
| @@ -71,7 +71,6 @@ void GrSoftwarePathRenderer::DrawNonAARect(GrDrawContext* drawContext,
|
| nullptr, &localMatrix));
|
|
|
| GrPipelineBuilder pipelineBuilder(*paint, drawContext->isUnifiedMultisampled());
|
| - pipelineBuilder.setRenderTarget(drawContext->accessRenderTarget());
|
| pipelineBuilder.setUserStencil(userStencilSettings);
|
|
|
| drawContext->drawBatch(pipelineBuilder, clip, batch);
|
|
|