| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index df2ae5a32049ff981797b30ef5fd1c32a12feac2..026525be5d37993cc5a8ba7e6539c96e81ceac45 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -70,9 +70,7 @@ static inline GrColor SkColor2GrColorJustAlpha(SkColor c) {
|
|
|
| bool GrIsBitmapInCache(const GrContext*, const SkBitmap&, const GrTextureParams*);
|
|
|
| -GrTexture* GrLockAndRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*);
|
| -
|
| -void GrUnlockAndUnrefCachedBitmapTexture(GrTexture*);
|
| +GrTexture* GrRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*);
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|