Index: src/gpu/batches/GrTessellatingPathRenderer.h |
diff --git a/src/gpu/batches/GrTessellatingPathRenderer.h b/src/gpu/batches/GrTessellatingPathRenderer.h |
index 7598ceb065a7995530ddb99e41d847203ea81276..f1faa608a679735ff24d173940674d9105a30522 100644 |
--- a/src/gpu/batches/GrTessellatingPathRenderer.h |
+++ b/src/gpu/batches/GrTessellatingPathRenderer.h |
@@ -21,7 +21,7 @@ public: |
private: |
bool onCanDrawPath(const CanDrawPathArgs& ) const override; |
- StencilSupport onGetStencilSupport(const SkPath&, const GrStrokeInfo&) const override { |
+ StencilSupport onGetStencilSupport(const SkPath&) const override { |
return GrPathRenderer::kNoSupport_StencilSupport; |
} |