| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index 881c015b0f008759f7ac21718493d7184efa75b3..31d53a76860556a176e1f45f6f291ec07d60db61 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -86,6 +86,7 @@ GrTextureParams::FilterMode GrSkFilterQualityToGrFilterMode(SkFilterQuality pain
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| -SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
|
| +SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque,
|
| + sk_sp<SkColorSpace> colorSpace = nullptr);
|
|
|
| #endif
|
|
|