| Index: src/gpu/GrTessellatingPathRenderer.cpp
|
| diff --git a/src/gpu/GrTessellatingPathRenderer.cpp b/src/gpu/GrTessellatingPathRenderer.cpp
|
| index 4d23217d0375f596133766a09823665866d15f04..3071eb2511abb2bb48a8b52fc60d273040ce6c83 100644
|
| --- a/src/gpu/GrTessellatingPathRenderer.cpp
|
| +++ b/src/gpu/GrTessellatingPathRenderer.cpp
|
| @@ -1360,14 +1360,6 @@ bool cache_match(GrVertexBuffer* vertexBuffer, SkScalar tol, int* actualCount) {
|
| GrTessellatingPathRenderer::GrTessellatingPathRenderer() {
|
| }
|
|
|
| -GrPathRenderer::StencilSupport GrTessellatingPathRenderer::onGetStencilSupport(
|
| - const GrDrawTarget*,
|
| - const GrPipelineBuilder*,
|
| - const SkPath&,
|
| - const GrStrokeInfo&) const {
|
| - return GrPathRenderer::kNoSupport_StencilSupport;
|
| -}
|
| -
|
| namespace {
|
|
|
| // When the SkPathRef genID changes, invalidate a corresponding GrResource described by key.
|
|
|