Index: src/gpu/GrDefaultPathRenderer.cpp |
diff --git a/src/gpu/GrDefaultPathRenderer.cpp b/src/gpu/GrDefaultPathRenderer.cpp |
index b7faf681089e3fced2dd3f383686c1323dba61b0..6fe2005054cfd8efa222cd3a9e5406c973e858a4 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, NULL, &localMatrix); |
+ target->drawBWRect(*pipelineBuilder, color, viewM, bounds, localMatrix); |
} else { |
if (passCount > 1) { |
pipelineBuilder->setDisableColorXPFactory(); |