aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gpu/SkGr.h2
1 files changed, 0 insertions, 2 deletions
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*);