| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index 6e99f07bc8bf10cbace76b7428968372a17c921b..a0ab7add3ed17954ce1bb1e98be6ece794bed184 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -186,7 +186,6 @@ void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture,
|
| maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop));
|
|
|
| GrPipelineBuilder pipelineBuilder(*paint, drawContext->isUnifiedMultisampled());
|
| - pipelineBuilder.setRenderTarget(drawContext->accessRenderTarget());
|
| pipelineBuilder.setUserStencil(userStencilSettings);
|
|
|
| pipelineBuilder.addCoverageFragmentProcessor(
|
|
|