Index: src/core/SkImagePriv.h |
diff --git a/src/core/SkImagePriv.h b/src/core/SkImagePriv.h |
index 0377762def66f3a8ce2fba54c1b6e010a801b1fc..8e2f5cecde210d71c60010b1383d77932d97ce99 100644 |
--- a/src/core/SkImagePriv.h |
+++ b/src/core/SkImagePriv.h |
@@ -75,8 +75,6 @@ extern void SkTextureImageApplyBudgetedDecision(SkImage* textureImage); |
// surface needs to perform a copy-on-write |
extern void SkTextureImageSetTexture(SkImage* image, GrTexture* texture); |
-GrTexture* GrDeepCopyTexture(GrTexture* src, SkBudgeted); |
- |
/** |
* 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 |