diff options
Diffstat (limited to 'include/gpu/SkGr.h')
-rw-r--r-- | include/gpu/SkGr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h index e46479eb0f..db318b0b4c 100644 --- a/include/gpu/SkGr.h +++ b/include/gpu/SkGr.h @@ -72,6 +72,7 @@ static inline GrColor SkColor2GrColorJustAlpha(SkColor c) { bool GrIsBitmapInCache(const GrContext*, const SkBitmap&, const GrTextureParams*); GrTexture* GrRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*); +GrTexture* GrRefCachedBitmapTexture(GrContext*, const SkBitmap&, SkImageUsageType); //////////////////////////////////////////////////////////////////////////////// |