| Index: src/gpu/GrStencilAndCoverPathRenderer.cpp
|
| diff --git a/src/gpu/GrStencilAndCoverPathRenderer.cpp b/src/gpu/GrStencilAndCoverPathRenderer.cpp
|
| index 4d92fb20c23ccc16da35b4e4f89a42e66ff1da7c..f871c3da7328b23b163ea8fda8231f9bb38b7f7e 100644
|
| --- a/src/gpu/GrStencilAndCoverPathRenderer.cpp
|
| +++ b/src/gpu/GrStencilAndCoverPathRenderer.cpp
|
| @@ -59,14 +59,6 @@ bool GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) c
|
| }
|
| }
|
|
|
| -GrPathRenderer::StencilSupport
|
| -GrStencilAndCoverPathRenderer::onGetStencilSupport(const GrDrawTarget*,
|
| - const GrPipelineBuilder*,
|
| - const SkPath&,
|
| - const GrStrokeInfo&) const {
|
| - return GrPathRenderer::kStencilOnly_StencilSupport;
|
| -}
|
| -
|
| static GrPath* get_gr_path(GrResourceProvider* resourceProvider, const SkPath& skPath,
|
| const GrStrokeInfo& stroke) {
|
| GrUniqueKey key;
|
|
|