diff --git a/src/image/SkImage_Gpu.cpp b/src/image/SkImage_Gpu.cpp index 4c97441884..443fd35e37 100644 --- a/src/image/SkImage_Gpu.cpp +++ b/src/image/SkImage_Gpu.cpp @@ -92,7 +92,7 @@ sk_sp SkImage_Gpu::onMakeColorTypeAndColorSpace(GrRecordingContext* con } sk_sp renderTargetContext( - context->priv().makeDeferredRenderTargetContext( + context->priv().makeDeferredRenderTargetContextWithFallback( format, SkBackingFit::kExact, this->width(), this->height(), SkColorType2GrPixelConfig(targetCT), nullptr)); if (!renderTargetContext) {