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