Index: src/gpu/GrDrawContext.cpp |
diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp |
index 8068403e4ba3d40791a737716adbc0de986343c3..3d3be749d0668b5f95dadc6a01b629c738c0f934 100644 |
--- a/src/gpu/GrDrawContext.cpp |
+++ b/src/gpu/GrDrawContext.cpp |
@@ -112,10 +112,12 @@ void GrDrawContext::drawTextBlob(GrRenderTarget* rt, const GrClip& clip, const S |
} |
void GrDrawContext::drawPathsFromRange(const GrPipelineBuilder* pipelineBuilder, |
- const GrPathProcessor* pathProc, |
+ const SkMatrix& viewMatrix, |
+ const SkMatrix& localMatrix, |
+ GrColor color, |
GrPathRangeDraw* draw, |
int /*GrPathRendering::FillType*/ fill) { |
- fDrawTarget->drawPathsFromRange(*pipelineBuilder, pathProc, draw, |
+ fDrawTarget->drawPathsFromRange(*pipelineBuilder, viewMatrix, localMatrix, color, draw, |
(GrPathRendering::FillType) fill); |
} |