| Index: src/gpu/GrDashLinePathRenderer.h
|
| diff --git a/src/gpu/GrDashLinePathRenderer.h b/src/gpu/GrDashLinePathRenderer.h
|
| index 2e37665e518602c3cfcaea453cc18e67b8d01df6..f21c73b688fa0f22adb710af7d43a8967164d0d8 100644
|
| --- a/src/gpu/GrDashLinePathRenderer.h
|
| +++ b/src/gpu/GrDashLinePathRenderer.h
|
| @@ -15,11 +15,8 @@ class GrDashLinePathRenderer : public GrPathRenderer {
|
| private:
|
| bool onCanDrawPath(const CanDrawPathArgs&) const override;
|
|
|
| - StencilSupport onGetStencilSupport(const GrDrawTarget*,
|
| - const GrPipelineBuilder*,
|
| - const SkPath&,
|
| - const GrStrokeInfo&) const override {
|
| - return kNoSupport_StencilSupport;
|
| + StencilSupport onGetStencilSupport(const SkPath&, const GrStrokeInfo&) const override {
|
| + return kNoSupport_StencilSupport;
|
| }
|
|
|
| bool onDrawPath(const DrawPathArgs&) override;
|
|
|