aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
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 /include
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 'include')
-rw-r--r--include/core/SkImage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index 041e11ec23..e1a43a97c7 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -572,10 +572,6 @@ private:
SkImage(int width, int height, uint32_t uniqueID);
friend class SkImage_Base;
- static sk_sp<SkImage> MakeTextureFromMipMap(GrContext*, const SkImageInfo&,
- const GrMipLevel texels[], int mipLevelCount,
- SkBudgeted, SkDestinationSurfaceColorMode);
-
const int fWidth;
const int fHeight;
const uint32_t fUniqueID;