Chromium Code Reviews| Index: src/gpu/GrBlurUtils.cpp |
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp |
| index 3ad225bfff923564b10cf958a0606d43ddbe6c3d..f6d6fc21cafbf1d95a85eccc5c0acd4285496b4e 100644 |
| --- a/src/gpu/GrBlurUtils.cpp |
| +++ b/src/gpu/GrBlurUtils.cpp |
| @@ -113,6 +113,7 @@ static sk_sp<GrTexture> create_mask_GPU(GrContext* context, |
| maskRect.width(), |
| maskRect.height(), |
| config, |
| + nullptr, |
| sampleCnt)); |
| if (!drawContext) { |
| return nullptr; |