| Index: src/gpu/GrDefaultPathRenderer.cpp
|
| diff --git a/src/gpu/GrDefaultPathRenderer.cpp b/src/gpu/GrDefaultPathRenderer.cpp
|
| index 6fe2005054cfd8efa222cd3a9e5406c973e858a4..81122328c189e9c107c539ddd919f7fa7e65112d 100644
|
| --- a/src/gpu/GrDefaultPathRenderer.cpp
|
| +++ b/src/gpu/GrDefaultPathRenderer.cpp
|
| @@ -686,7 +686,7 @@ bool GrDefaultPathRenderer::internalDrawPath(GrDrawTarget* target,
|
| }
|
| const SkMatrix& viewM = (reverse && viewMatrix.hasPerspective()) ? SkMatrix::I() :
|
| viewMatrix;
|
| - target->drawBWRect(*pipelineBuilder, color, viewM, bounds, localMatrix);
|
| + target->drawNonAARect(*pipelineBuilder, color, viewM, bounds, localMatrix);
|
| } else {
|
| if (passCount > 1) {
|
| pipelineBuilder->setDisableColorXPFactory();
|
|
|