| Index: src/gpu/GrAADistanceFieldPathRenderer.h
|
| diff --git a/src/gpu/GrAADistanceFieldPathRenderer.h b/src/gpu/GrAADistanceFieldPathRenderer.h
|
| index ad296f0aa38f174636665cf045cb6a207fa360ad..6cbee1f5c9c281a4423c0b9454dfa989963403d2 100755
|
| --- a/src/gpu/GrAADistanceFieldPathRenderer.h
|
| +++ b/src/gpu/GrAADistanceFieldPathRenderer.h
|
| @@ -27,21 +27,21 @@ public:
|
| const GrPipelineBuilder*,
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
| - const SkStrokeRec&,
|
| + const GrStrokeInfo&,
|
| bool antiAlias) const override;
|
|
|
| protected:
|
| virtual StencilSupport onGetStencilSupport(const GrDrawTarget*,
|
| const GrPipelineBuilder*,
|
| const SkPath&,
|
| - const SkStrokeRec&) const override;
|
| + const GrStrokeInfo&) const override;
|
|
|
| virtual bool onDrawPath(GrDrawTarget*,
|
| GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| const SkPath&,
|
| - const SkStrokeRec&,
|
| + const GrStrokeInfo&,
|
| bool antiAlias) override;
|
|
|
| private:
|
|
|