| Index: src/gpu/SkGrPriv.h
|
| diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h
|
| index 6c9f731af2d744aebda8481c003e9897f11b22e1..c92e580885e66bbee0d92065e49695d60ac7771e 100644
|
| --- a/src/gpu/SkGrPriv.h
|
| +++ b/src/gpu/SkGrPriv.h
|
| @@ -114,9 +114,6 @@ GrPixelConfig GrIsCompressedTextureDataSupported(GrContext* ctx, SkData* data,
|
| int expectedW, int expectedH,
|
| const void** outStartOfDataToUpload);
|
|
|
| -bool GrIsImageInCache(const GrContext* ctx, uint32_t imageID, const SkIRect& subset,
|
| - GrTexture* nativeTexture, const GrTextureParams&);
|
| -
|
| GrTexture* GrCreateTextureForPixels(GrContext*, const GrUniqueKey& optionalKey, GrSurfaceDesc,
|
| SkPixelRef* pixelRefForInvalidationNotificationOrNull,
|
| const void* pixels, size_t rowBytesOrZero);
|
|
|