| Index: src/gpu/GrSoftwarePathRenderer.cpp
|
| diff --git a/src/gpu/GrSoftwarePathRenderer.cpp b/src/gpu/GrSoftwarePathRenderer.cpp
|
| index 401246ea5c6f7e0c3afb1f3298124d2d46a5061e..6e2babc259c68018450a6d33019db09f67997cba 100644
|
| --- a/src/gpu/GrSoftwarePathRenderer.cpp
|
| +++ b/src/gpu/GrSoftwarePathRenderer.cpp
|
| @@ -22,14 +22,6 @@ bool GrSoftwarePathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const {
|
| return true;
|
| }
|
|
|
| -GrPathRenderer::StencilSupport
|
| -GrSoftwarePathRenderer::onGetStencilSupport(const GrDrawTarget*,
|
| - const GrPipelineBuilder*,
|
| - const SkPath&,
|
| - const GrStrokeInfo&) const {
|
| - return GrPathRenderer::kNoSupport_StencilSupport;
|
| -}
|
| -
|
| namespace {
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|