| Index: src/core/SkSpecialImage.cpp
|
| diff --git a/src/core/SkSpecialImage.cpp b/src/core/SkSpecialImage.cpp
|
| index ecde3d97c8f309557f25b1801426a07ede236f89..ec2d571ffac3bd2d4d77c76aed2311e2938266da 100644
|
| --- a/src/core/SkSpecialImage.cpp
|
| +++ b/src/core/SkSpecialImage.cpp
|
| @@ -415,7 +415,7 @@ public:
|
|
|
| return SkSpecialSurface::MakeRenderTarget(fTexture->getContext(),
|
| info.width(), info.height(),
|
| - config);
|
| + config, sk_ref_sp(info.colorSpace()));
|
| }
|
|
|
| sk_sp<SkSpecialImage> onMakeSubset(const SkIRect& subset) const override {
|
|
|