aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureMaker.h
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-07-02 13:21:05 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-02 18:11:21 +0000
commitd614d4213755e52da2eb6f6d54d376d09c82d2bf (patch)
treeac7231574993c0d1cad442de3e1fa8c778c79d0a /src/gpu/GrTextureMaker.h
parent8529080afa799d6b2146aed26a073b5cb4c4b195 (diff)
Remove unused generateTextureProxyForParams
Change-Id: Ia599d8db0072b1f3629e05c5bd6bb6e7492cad28 Reviewed-on: https://skia-review.googlesource.com/138937 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/gpu/GrTextureMaker.h')
-rw-r--r--src/gpu/GrTextureMaker.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gpu/GrTextureMaker.h b/src/gpu/GrTextureMaker.h
index 6c8cd0407e..a365b50444 100644
--- a/src/gpu/GrTextureMaker.h
+++ b/src/gpu/GrTextureMaker.h
@@ -48,20 +48,6 @@ protected:
*/
virtual sk_sp<SkColorSpace> getColorSpace(SkColorSpace* dstColorSpace) = 0;
- /**
- * Return a new (uncached) texture that is the stretch of the maker's original.
- *
- * The base-class handles general logic for this, and only needs access to the following
- * method:
- * - refOriginalTextureProxy()
- *
- * Subclass may override this if they can handle creating the texture more directly than
- * by copying.
- */
- virtual sk_sp<GrTextureProxy> generateTextureProxyForParams(const CopyParams&,
- bool willBeMipped,
- SkColorSpace* dstColorSpace);
-
GrContext* context() const { return fContext; }
private: