| Index: src/gpu/SkGrPriv.h | 
| diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h | 
| index ac21669bd87ba7fbae077d158f895f8af2445353..80a9b3daa45f06dc5b29dbf84ffb25174c1c4de5 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&, bool gammaCorrect); | 
|  | 
| /** | 
| * Creates a new texture for the pixmap. | 
|  |