Index: src/gpu/GrDrawContext.cpp |
diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp |
index 7e1e66fb556c1c236cf5007af3b301584a2c8eef..96bc3f3d955b3ce498c517240374ce0c38170fc2 100644 |
--- a/src/gpu/GrDrawContext.cpp |
+++ b/src/gpu/GrDrawContext.cpp |
@@ -111,11 +111,12 @@ void GrDrawContext::drawPathsFromRange(const GrPipelineBuilder* pipelineBuilder, |
const SkMatrix& viewMatrix, |
const SkMatrix& localMatrix, |
GrColor color, |
+ GrPathRange* range, |
GrPathRangeDraw* draw, |
int /*GrPathRendering::FillType*/ fill) { |
RETURN_IF_ABANDONED |
- fDrawTarget->drawPathsFromRange(*pipelineBuilder, viewMatrix, localMatrix, color, draw, |
+ fDrawTarget->drawPathsFromRange(*pipelineBuilder, viewMatrix, localMatrix, color, range, draw, |
(GrPathRendering::FillType) fill); |
} |