| Index: include/gpu/GrDrawContext.h
|
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
|
| index 9365021dfae13c069c09242ba092404432af66cc..03dd8c4d86e319d01181dfdd4266710d422629ad 100644
|
| --- a/include/gpu/GrDrawContext.h
|
| +++ b/include/gpu/GrDrawContext.h
|
| @@ -18,6 +18,7 @@ class GrDrawBatch;
|
| class GrDrawTarget;
|
| class GrPaint;
|
| class GrPathProcessor;
|
| +class GrPathRange;
|
| class GrPathRangeDraw;
|
| class GrPipelineBuilder;
|
| class GrRenderTarget;
|
| @@ -67,6 +68,7 @@ public:
|
| const SkMatrix& viewMatrix,
|
| const SkMatrix& localMatrix,
|
| GrColor color,
|
| + GrPathRange* range,
|
| GrPathRangeDraw* draw,
|
| int /*GrPathRendering::FillType*/ fill);
|
|
|
|
|