| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index a0ab7add3ed17954ce1bb1e98be6ece794bed184..05e270f2136ece0ec1e5be0bfe184f17211fc59c 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -185,7 +185,7 @@ void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture,
|
| maskMatrix.setIDiv(texture->width(), texture->height());
|
| maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop));
|
|
|
| - GrPipelineBuilder pipelineBuilder(*paint, drawContext->isUnifiedMultisampled());
|
| + GrPipelineBuilder pipelineBuilder(*paint, drawContext->mustUseHWAA(*paint));
|
| pipelineBuilder.setUserStencil(userStencilSettings);
|
|
|
| pipelineBuilder.addCoverageFragmentProcessor(
|
|
|