Index: src/gpu/SkGrPriv.h |
diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h |
index 77a464c8d886b14233b41294cae8bae8bb98ffbd..205698300b1f48b5a85fda8fc6e50172013138e3 100644 |
--- a/src/gpu/SkGrPriv.h |
+++ b/src/gpu/SkGrPriv.h |
@@ -119,6 +119,8 @@ GrPixelConfig GrIsCompressedTextureDataSupported(GrContext* ctx, SkData* data, |
*/ |
GrTexture* GrUploadBitmapToTexture(GrContext*, const SkBitmap&); |
+GrTexture* GrGenerateMipMapsAndUploadToTexture(GrContext*, const SkBitmap&); |
+ |
////////////////////////////////////////////////////////////////////////////// |
GR_STATIC_ASSERT((int)kZero_GrBlendCoeff == (int)SkXfermode::kZero_Coeff); |