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