Index: include/gpu/SkGr.h |
=================================================================== |
--- include/gpu/SkGr.h (revision 6906) |
+++ include/gpu/SkGr.h (working copy) |
@@ -75,10 +75,10 @@ |
//////////////////////////////////////////////////////////////////////////////// |
-GrTexture* GrLockCachedBitmapTexture(GrContext*, |
- const SkBitmap&, |
- const GrTextureParams*); |
+bool GrIsBitmapInCache(const GrContext*, const SkBitmap&, const GrTextureParams*); |
+GrTexture* GrLockCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*); |
+ |
void GrUnlockCachedBitmapTexture(GrTexture*); |
//////////////////////////////////////////////////////////////////////////////// |