Index: src/gpu/SkGrPriv.h |
diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h |
index 205698300b1f48b5a85fda8fc6e50172013138e3..555f41551328adede26ba9380b5c63f181e4bb81 100644 |
--- a/src/gpu/SkGrPriv.h |
+++ b/src/gpu/SkGrPriv.h |
@@ -121,6 +121,11 @@ GrTexture* GrUploadBitmapToTexture(GrContext*, const SkBitmap&); |
GrTexture* GrGenerateMipMapsAndUploadToTexture(GrContext*, const SkBitmap&); |
+/** |
+ * Creates a new texture for the pixmap. |
+ */ |
+GrTexture* GrUploadPixmapToTexture(GrContext*, const SkPixmap&); |
+ |
////////////////////////////////////////////////////////////////////////////// |
GR_STATIC_ASSERT((int)kZero_GrBlendCoeff == (int)SkXfermode::kZero_Coeff); |