| Index: src/gpu/SkGrPriv.h
|
| diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h
|
| index ab77dc1e79a2004e7dd23bbf88f59ab92b7dab63..7188856ce8d9c33620c527d42d6dd0ab326441dc 100644
|
| --- a/src/gpu/SkGrPriv.h
|
| +++ b/src/gpu/SkGrPriv.h
|
| @@ -102,7 +102,7 @@ bool SkPaintToGrPaintWithTexture(GrContext* context,
|
|
|
| GrSurfaceDesc GrImageInfoToSurfaceDesc(const SkImageInfo&, const GrCaps&);
|
|
|
| -bool GrPixelConfigToColorAndColorSpace(GrPixelConfig, SkColorType*, sk_sp<SkColorSpace>*);
|
| +bool GrPixelConfigToColorType(GrPixelConfig, SkColorType*);
|
|
|
| /**
|
| * If the compressed data in the SkData is supported (as a texture format, this returns
|
|
|