| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index 7edcd6af055da6530de46d6a49ec6318304ef6ff..f421b81f7dcc8a2687ca466f8e56bc882f7dd2fe 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -373,5 +373,5 @@ void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture,
|
| GrTextureParams::kNone_FilterMode,
|
| kDevice_GrCoordSet))->unref();
|
|
|
| - target->drawBWRect(*pipelineBuilder, color, SkMatrix::I(), dstRect, invert);
|
| + target->drawNonAARect(*pipelineBuilder, color, SkMatrix::I(), dstRect, invert);
|
| }
|
|
|