aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrImageTextureMaker.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-03-23 11:11:59 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-23 16:06:04 +0000
commit78075804c1e43ca32f3d8eb75d2a8b6c91e74b9b (patch)
tree00ac7d9049fb4fe28434b5d8be3370715392aeb2 /src/gpu/GrImageTextureMaker.h
parente01187e059c5865416e0afbaa86c3c11cdc5dd25 (diff)
Make SkGr.h GrTexture-free
Minor cleanup. Change-Id: Ide69516c686450e6441368382c86444da6a74937 Reviewed-on: https://skia-review.googlesource.com/9950 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrImageTextureMaker.h')
-rw-r--r--src/gpu/GrImageTextureMaker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrImageTextureMaker.h b/src/gpu/GrImageTextureMaker.h
index 4cd24eac3e..5145903775 100644
--- a/src/gpu/GrImageTextureMaker.h
+++ b/src/gpu/GrImageTextureMaker.h
@@ -24,8 +24,6 @@ protected:
// TODO: consider overriding this, for the case where the underlying generator might be
// able to efficiently produce a "stretched" texture natively (e.g. picture-backed)
// GrTexture* generateTextureForParams(const CopyParams&) override;
-
- GrTexture* refOriginalTexture(bool willBeMipped, SkColorSpace* dstColorSpace) override;
sk_sp<GrTextureProxy> refOriginalTextureProxy(bool willBeMipped,
SkColorSpace* dstColorSpace) override;