From 2481501dfe45a269031c065b21f821f1d608e795 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Tue, 26 Sep 2017 15:04:35 -0400 Subject: Remove old, unused code Bug: skia: Change-Id: I815464931bf2c156a7d974d6c2e2c85e46409ec6 Reviewed-on: https://skia-review.googlesource.com/51241 Reviewed-by: Robert Phillips Commit-Queue: Brian Osman --- src/gpu/GrResourceProvider.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gpu/GrResourceProvider.h') diff --git a/src/gpu/GrResourceProvider.h b/src/gpu/GrResourceProvider.h index b3fe32a0b1..7729e80a79 100644 --- a/src/gpu/GrResourceProvider.h +++ b/src/gpu/GrResourceProvider.h @@ -264,7 +264,6 @@ public: private: GrTexture* findAndRefTextureByUniqueKey(const GrUniqueKey& key); - void assignUniqueKeyToTexture(const GrUniqueKey& key, GrTexture* texture); // Attempts to find a resource in the cache that exactly matches the GrSurfaceDesc. Failing that // it returns null. If non-null, the resulting texture is always budgeted. -- cgit v1.2.3