From b39abc4d7661733edeaad379dddac75defe67dd4 Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 29 Sep 2015 18:27:59 -0700 Subject: remove unused helper function BUG=skia: TBR= Review URL: https://codereview.chromium.org/1376603006 --- include/gpu/SkGr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h index 74d880abbe..bf92fe80f1 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*); -- cgit v1.2.3