Index: src/gpu/GrTessellatingPathRenderer.h |
diff --git a/src/gpu/GrTessellatingPathRenderer.h b/src/gpu/GrTessellatingPathRenderer.h |
index aa7be77168c88806bb43c379af6505d86fad69ac..7598ceb065a7995530ddb99e41d847203ea81276 100644 |
--- a/src/gpu/GrTessellatingPathRenderer.h |
+++ b/src/gpu/GrTessellatingPathRenderer.h |
@@ -21,10 +21,9 @@ public: |
private: |
bool onCanDrawPath(const CanDrawPathArgs& ) const override; |
- StencilSupport onGetStencilSupport(const GrDrawTarget*, |
- const GrPipelineBuilder*, |
- const SkPath&, |
- const GrStrokeInfo&) const override; |
+ StencilSupport onGetStencilSupport(const SkPath&, const GrStrokeInfo&) const override { |
+ return GrPathRenderer::kNoSupport_StencilSupport; |
+ } |
bool onDrawPath(const DrawPathArgs&) override; |