| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index 4de61afffbc67fdca2dc70032818faad6c9a2c32..c826d9ba30bf9d732a083ea4e0ca9eed3c84bd6b 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -72,6 +72,8 @@ bool GrIsBitmapInCache(const GrContext*, const SkBitmap&, const GrTextureParams*
|
|
|
| GrTexture* GrRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*);
|
|
|
| +GrTexture* GrMipmapTexture(GrContext*, const SkBitmap&, SkDiscardableFactoryProc, const GrTextureParams*);
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| // Converts a SkPaint to a GrPaint, ignoring the SkPaint's shader.
|
|
|