| Index: include/gpu/GrTexture.h
|
| diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h
|
| index 422814bdcc869c1ee7af3480c45da28ae919f4cd..a87081820fc9f42bae1186a49f717f8e12c0d70c 100644
|
| --- a/include/gpu/GrTexture.h
|
| +++ b/include/gpu/GrTexture.h
|
| @@ -127,7 +127,7 @@ 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);
|
|
|
| protected:
|
| // A texture refs its rt representation but not vice-versa. It is up to
|
|
|