| Index: src/gpu/GrTextureParamsAdjuster.cpp
|
| diff --git a/src/gpu/GrTextureParamsAdjuster.cpp b/src/gpu/GrTextureParamsAdjuster.cpp
|
| index fe81beacd6ada379942c09486eda3a1d15e3b567..e077fee55ec871f42c541212dd3ea257cebe966c 100644
|
| --- a/src/gpu/GrTextureParamsAdjuster.cpp
|
| +++ b/src/gpu/GrTextureParamsAdjuster.cpp
|
| @@ -61,7 +61,7 @@ static GrTexture* copy_on_gpu(GrTexture* inputTexture, const SkIRect* subset,
|
| }
|
|
|
| sk_sp<GrDrawContext> copyDC = context->newDrawContext(SkBackingFit::kExact, copyParams.fWidth,
|
| - copyParams.fHeight, config);
|
| + copyParams.fHeight, config, nullptr);
|
| if (!copyDC) {
|
| return nullptr;
|
| }
|
|
|