Index: src/gpu/SkGrPriv.h |
diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h |
index 555f41551328adede26ba9380b5c63f181e4bb81..75f4000ba47f978e548e61f519a1f112d5966999 100644 |
--- a/src/gpu/SkGrPriv.h |
+++ b/src/gpu/SkGrPriv.h |
@@ -124,7 +124,7 @@ GrTexture* GrGenerateMipMapsAndUploadToTexture(GrContext*, const SkBitmap&); |
/** |
* Creates a new texture for the pixmap. |
*/ |
-GrTexture* GrUploadPixmapToTexture(GrContext*, const SkPixmap&); |
+GrTexture* GrUploadPixmapToTexture(GrContext*, const SkPixmap&, SkBudgeted budgeted); |
////////////////////////////////////////////////////////////////////////////// |