aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-09-29 18:27:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-29 18:27:59 -0700
commitb39abc4d7661733edeaad379dddac75defe67dd4 (patch)
tree9986f652d70d6808a07a9ec04d3ef6a41d573c4d /include
parente4c17356b6c819df8effb29dfb4bb903520b8c2b (diff)
remove unused helper function
BUG=skia: TBR= Review URL: https://codereview.chromium.org/1376603006
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*);