| Index: src/gpu/GrTessellatingPathRenderer.h
|
| diff --git a/src/gpu/GrTessellatingPathRenderer.h b/src/gpu/GrTessellatingPathRenderer.h
|
| index 977260821fa1c699d4096c923ac6a84480d55d9a..79cafc99f520fe1a229bf52108528eda6657fd2f 100644
|
| --- a/src/gpu/GrTessellatingPathRenderer.h
|
| +++ b/src/gpu/GrTessellatingPathRenderer.h
|
| @@ -22,21 +22,21 @@ public:
|
| const GrPipelineBuilder*,
|
| const SkMatrix&,
|
| const SkPath&,
|
| - const SkStrokeRec&,
|
| + const GrStrokeInfo&,
|
| bool antiAlias) const override;
|
| protected:
|
|
|
| StencilSupport onGetStencilSupport(const GrDrawTarget*,
|
| const GrPipelineBuilder*,
|
| const SkPath&,
|
| - const SkStrokeRec&) const override;
|
| + const GrStrokeInfo&) const override;
|
|
|
| bool onDrawPath(GrDrawTarget*,
|
| GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
| - const SkStrokeRec&,
|
| + const GrStrokeInfo&,
|
| bool antiAlias) override;
|
|
|
| typedef GrPathRenderer INHERITED;
|
|
|