diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkBlurMF.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/SkBlurMF.cpp b/src/core/SkBlurMF.cpp index f3d71230e7..23cca83655 100644 --- a/src/core/SkBlurMF.cpp +++ b/src/core/SkBlurMF.cpp @@ -874,8 +874,7 @@ bool SkBlurMaskFilterImpl::directFilterRRectMaskGPU(GrContext* context, } paint.addCoverageFragmentProcessor(std::move(fp)); - renderTargetContext->drawVertices(clip, std::move(paint), viewMatrix, std::move(vertices), - nullptr, 0); + renderTargetContext->drawVertices(clip, std::move(paint), viewMatrix, std::move(vertices)); } else { SkMatrix inverse; if (!viewMatrix.invert(&inverse)) { |