aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBitmapTextureMaker.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/GrBitmapTextureMaker.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/GrBitmapTextureMaker.h')
-rw-r--r--src/gpu/GrBitmapTextureMaker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrBitmapTextureMaker.h b/src/gpu/GrBitmapTextureMaker.h
index 17faa8a964..c706962cdf 100644
--- a/src/gpu/GrBitmapTextureMaker.h
+++ b/src/gpu/GrBitmapTextureMaker.h
@@ -18,8 +18,6 @@ public:
GrBitmapTextureMaker(GrContext* context, const SkBitmap& bitmap);
protected:
- GrTexture* refOriginalTexture(bool willBeMipped, SkColorSpace* dstColorSpace) override;
-
sk_sp<GrTextureProxy> refOriginalTextureProxy(bool willBeMipped,
SkColorSpace* dstColorSpace) override;