Index: src/gpu/SkGrPriv.h |
diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h |
index ac21669bd87ba7fbae077d158f895f8af2445353..290c056a42398e9a41d6c055faa2f5bd2e5ccef4 100644 |
--- a/src/gpu/SkGrPriv.h |
+++ b/src/gpu/SkGrPriv.h |
@@ -124,7 +124,7 @@ GrPixelConfig GrIsCompressedTextureDataSupported(GrContext* ctx, SkData* data, |
*/ |
GrTexture* GrUploadBitmapToTexture(GrContext*, const SkBitmap&); |
-GrTexture* GrGenerateMipMapsAndUploadToTexture(GrContext*, const SkBitmap&); |
+GrTexture* GrGenerateMipMapsAndUploadToTexture(GrContext*, const SkBitmap&, SkSourceGammaTreatment); |
/** |
* Creates a new texture for the pixmap. |