Index: src/image/SkImagePriv.h |
=================================================================== |
--- src/image/SkImagePriv.h (revision 8402) |
+++ src/image/SkImagePriv.h (working copy) |
@@ -60,9 +60,4 @@ |
// in which case the surface may need to perform a copy-on-write. |
extern GrTexture* SkTextureImageGetTexture(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); |
- |
#endif |