Index: src/gpu/GrDrawContext.cpp |
diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp |
index 1137c57bc474a4f7035f5f607351469d93e0a260..51d057e8f5cfd021aa4806d80ba8ad2df61ffe0f 100644 |
--- a/src/gpu/GrDrawContext.cpp |
+++ b/src/gpu/GrDrawContext.cpp |
@@ -143,12 +143,14 @@ void GrDrawContext::drawPathsFromRange(const GrPipelineBuilder* pipelineBuilder, |
GrColor color, |
GrPathRange* range, |
GrPathRangeDraw* draw, |
- int /*GrPathRendering::FillType*/ fill) { |
+ int /*GrPathRendering::FillType*/ fill, |
+ const SkRect& bounds) { |
RETURN_IF_ABANDONED |
SkDEBUGCODE(this->validate();) |
this->getDrawTarget()->drawPathsFromRange(*pipelineBuilder, viewMatrix, localMatrix, color, |
- range, draw, (GrPathRendering::FillType) fill); |
+ range, draw, (GrPathRendering::FillType) fill, |
+ bounds); |
} |
void GrDrawContext::discard() { |