| Index: include/gpu/GrDrawContext.h
|
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
|
| index aae4bf00b36aab05047d2953635d4bd35bc350ba..97cb72a7f2e530166874b8998dd132b5a95653d1 100644
|
| --- a/include/gpu/GrDrawContext.h
|
| +++ b/include/gpu/GrDrawContext.h
|
| @@ -64,7 +64,9 @@ public:
|
| // drawPathsFromRange is thanks to GrStencilAndCoverTextContext
|
| // TODO: remove once path batches can be created external to GrDrawTarget.
|
| void drawPathsFromRange(const GrPipelineBuilder*,
|
| - const GrPathProcessor*,
|
| + const SkMatrix& viewMatrix,
|
| + const SkMatrix& localMatrix,
|
| + GrColor color,
|
| GrPathRangeDraw* draw,
|
| int /*GrPathRendering::FillType*/ fill);
|
|
|
|
|