| Index: include/gpu/GrTexture.h
|
| diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h
|
| index 422814bdcc869c1ee7af3480c45da28ae919f4cd..f8cdf6ab089cff77802641159169a00a5d497f65 100644
|
| --- a/include/gpu/GrTexture.h
|
| +++ b/include/gpu/GrTexture.h
|
| @@ -127,7 +127,8 @@ public:
|
| const GrCacheID& cacheID);
|
| static GrResourceKey ComputeScratchKey(const GrTextureDesc& desc);
|
| static bool NeedsResizing(const GrResourceKey& key);
|
| - static bool NeedsFiltering(const GrResourceKey& key);
|
| + static bool NeedsBilerp(const GrResourceKey& key);
|
| + static bool NeedsMipMap(const GrResourceKey& key);
|
|
|
| protected:
|
| // A texture refs its rt representation but not vice-versa. It is up to
|
|
|