Index: src/gpu/batches/GrTessellatingPathRenderer.h |
diff --git a/src/gpu/batches/GrTessellatingPathRenderer.h b/src/gpu/batches/GrTessellatingPathRenderer.h |
index f1faa608a679735ff24d173940674d9105a30522..d5f2c7af9b8e3d0a12b1c95f11faf15ab551f170 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 override { |
+ StencilSupport onGetStencilSupport(const GrShape&) const override { |
return GrPathRenderer::kNoSupport_StencilSupport; |
} |