| Index: src/gpu/GrBlurUtils.cpp
|
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
|
| index 5d691fb137abe2fd646d9f3f64db1c93dfd1c7fd..8ea4f9a1c827746208d4c56484852aa35cc61a67 100644
|
| --- a/src/gpu/GrBlurUtils.cpp
|
| +++ b/src/gpu/GrBlurUtils.cpp
|
| @@ -124,7 +124,8 @@ static GrTexture* create_mask_GPU(GrContext* context,
|
|
|
| SkRect clipRect = SkRect::MakeWH(maskRect->width(), maskRect->height());
|
|
|
| - SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(mask->asRenderTarget()));
|
| + SkAutoTUnref<GrDrawContext> drawContext(
|
| + context->drawingMgr().drawContext(mask->asRenderTarget()));
|
| if (!drawContext) {
|
| return nullptr;
|
| }
|
|
|