| Index: src/gpu/batches/GrMSAAPathRenderer.cpp
|
| diff --git a/src/gpu/batches/GrMSAAPathRenderer.cpp b/src/gpu/batches/GrMSAAPathRenderer.cpp
|
| index 2983f58055d20724c753e1de025d49bdbedc9de9..45971f568dc1d5e51d8cb8c0e72e613f31a97928 100644
|
| --- a/src/gpu/batches/GrMSAAPathRenderer.cpp
|
| +++ b/src/gpu/batches/GrMSAAPathRenderer.cpp
|
| @@ -668,7 +668,6 @@ bool GrMSAAPathRenderer::internalDrawPath(GrDrawContext* drawContext,
|
| &localMatrix));
|
|
|
| GrPipelineBuilder pipelineBuilder(paint, drawContext->isUnifiedMultisampled());
|
| - pipelineBuilder.setRenderTarget(drawContext->accessRenderTarget());
|
| pipelineBuilder.setDrawFace(drawFace[p]);
|
| if (passes[p]) {
|
| pipelineBuilder.setUserStencil(passes[p]);
|
| @@ -690,7 +689,6 @@ bool GrMSAAPathRenderer::internalDrawPath(GrDrawContext* drawContext,
|
| }
|
|
|
| GrPipelineBuilder pipelineBuilder(paint, drawContext->isUnifiedMultisampled());
|
| - pipelineBuilder.setRenderTarget(drawContext->accessRenderTarget());
|
| pipelineBuilder.setDrawFace(drawFace[p]);
|
| if (passes[p]) {
|
| pipelineBuilder.setUserStencil(passes[p]);
|
|
|