From f6782442ba2aff9a0b18078e154c7bcc0a434abd Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Tue, 2 May 2017 09:36:17 -0400 Subject: Remove declaration of SkTextureImageSetTexture, which does not exist Bug: skia: Change-Id: Ifb7edcae491ef48fbc69324d9dfb97a298104db9 Reviewed-on: https://skia-review.googlesource.com/15073 Reviewed-by: Brian Salomon Commit-Queue: Brian Osman --- src/core/SkImagePriv.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/SkImagePriv.h b/src/core/SkImagePriv.h index 921fdc85c8..2e800195d7 100644 --- a/src/core/SkImagePriv.h +++ b/src/core/SkImagePriv.h @@ -50,11 +50,6 @@ extern sk_sp SkMakeImageFromRasterBitmap(const SkBitmap&, SkCopyPixelsM // in which case the surface may need to perform a copy-on-write. extern const SkPixelRef* SkBitmapImageGetPixelRef(const SkImage* rasterImage); -// Update the texture wrapped by an image created with NewTexture. This -// is called when a surface and image share the same GrTexture and the -// surface needs to perform a copy-on-write -extern void SkTextureImageSetTexture(SkImage* image, GrTexture* texture); - /** * Will attempt to upload and lock the contents of the image as a texture, so that subsequent * draws to a gpu-target will come from that texture (and not by looking at the original image -- cgit v1.2.3