Index: src/gpu/SkGrPriv.h |
diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h |
index 266cfff61cfe94605833b2d4b7a88336e8398674..ab77dc1e79a2004e7dd23bbf88f59ab92b7dab63 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 GrPixelConfig2ColorAndProfileType(GrPixelConfig, SkColorType*, SkColorProfileType*); |
+bool GrPixelConfigToColorAndColorSpace(GrPixelConfig, SkColorType*, sk_sp<SkColorSpace>*); |
/** |
* If the compressed data in the SkData is supported (as a texture format, this returns |