Index: src/gpu/batches/GrTessellatingPathRenderer.cpp |
diff --git a/src/gpu/batches/GrTessellatingPathRenderer.cpp b/src/gpu/batches/GrTessellatingPathRenderer.cpp |
index e02543505c3ed1ab52065cd85c75709841a4ebcf..6d0525075c6d43cb32256b1798ea145b103a9117 100644 |
--- a/src/gpu/batches/GrTessellatingPathRenderer.cpp |
+++ b/src/gpu/batches/GrTessellatingPathRenderer.cpp |
@@ -298,7 +298,6 @@ bool GrTessellatingPathRenderer::onDrawPath(const DrawPathArgs& args) { |
clipBounds)); |
GrPipelineBuilder pipelineBuilder(*args.fPaint, args.fDrawContext->isUnifiedMultisampled()); |
- pipelineBuilder.setRenderTarget(args.fDrawContext->accessRenderTarget()); |
pipelineBuilder.setUserStencil(args.fUserStencilSettings); |
args.fDrawContext->drawBatch(pipelineBuilder, *args.fClip, batch); |