| Index: include/gpu/SkGr.h
 | 
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
 | 
| index 74d880abbe0e8fb0464e7fedf016d4281cfe66ba..bf92fe80f165b91d404a140b70c3af1cc3b746e0 100644
 | 
| --- a/include/gpu/SkGr.h
 | 
| +++ b/include/gpu/SkGr.h
 | 
| @@ -110,8 +110,6 @@ GrPixelConfig GrIsCompressedTextureDataSupported(GrContext* ctx, SkData* data,
 | 
|                                                   int expectedW, int expectedH,
 | 
|                                                   const void** outStartOfDataToUpload);
 | 
|  
 | 
| -// Helper that calls GrIsImageInCache assuming bitmap is not volatile.
 | 
| -bool GrIsBitmapInCache(const GrContext*, const SkBitmap&, const GrTextureParams*);
 | 
|  bool GrIsImageInCache(const GrContext* ctx, uint32_t imageID, const SkIRect& subset,
 | 
|                        GrTexture* nativeTexture, const GrTextureParams*);
 | 
|  
 | 
| 
 |