| Index: src/gpu/GrPathRendererChain.cpp
|
| diff --git a/src/gpu/GrPathRendererChain.cpp b/src/gpu/GrPathRendererChain.cpp
|
| index c9e21ad60cd90f830be10bb6e7b0338d69819114..899418659bf5215703cc9ff4fa6ed85cb3005272 100644
|
| --- a/src/gpu/GrPathRendererChain.cpp
|
| +++ b/src/gpu/GrPathRendererChain.cpp
|
| @@ -79,7 +79,7 @@ GrPathRenderer* GrPathRendererChain::getPathRenderer(
|
| }
|
| if (minStencilSupport != GrPathRenderer::kNoSupport_StencilSupport) {
|
| // We don't support (and shouldn't need) stenciling of non-fill paths.
|
| - if (!args.fStroke->isFillStyle() || args.fStroke->isDashed()) {
|
| + if (!args.fStyle->isSimpleFill()) {
|
| return nullptr;
|
| }
|
| }
|
|
|