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