aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGr.h
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2018-02-09 16:08:30 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-10 01:22:11 +0000
commit308150821517a4dc73e43db1022d3e8bd589d2db (patch)
tree1f2f2ffe45959de562eaeeda8033bde3779e9bdb /src/gpu/SkGr.h
parentdfb3a169605dc340658070fbeb3c5490c7f3ded6 (diff)
Remove unused code resulted from deleting DeferredTextureImage
Bug: skia: Change-Id: Iaedc09880bd6a2d8fda4ce52f1644a944dd72605 Reviewed-on: https://skia-review.googlesource.com/106266 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'src/gpu/SkGr.h')
-rw-r--r--src/gpu/SkGr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/SkGr.h b/src/gpu/SkGr.h
index ea3221074c..bcefca80a1 100644
--- a/src/gpu/SkGr.h
+++ b/src/gpu/SkGr.h
@@ -220,14 +220,6 @@ sk_sp<GrTextureProxy> GrUploadPixmapToTextureProxy(GrProxyProvider*,
sk_sp<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrContext*,
GrTextureProxy* baseProxy);
-/**
- * Creates a new texture populated with the mipmap levels.
- */
-sk_sp<GrTextureProxy> GrUploadMipMapToTextureProxy(GrProxyProvider*, const SkImageInfo&,
- const GrMipLevel texels[],
- int mipLevelCount,
- SkDestinationSurfaceColorMode colorMode);
-
/*
* Create a texture proxy from the provided bitmap by wrapping it in an image and calling
* GrMakeCachedImageProxy.