diff options
Diffstat (limited to 'include/gpu/SkGr.h')
-rw-r--r-- | include/gpu/SkGr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h index 1a5cc936c3..44a351eb74 100644 --- a/include/gpu/SkGr.h +++ b/include/gpu/SkGr.h @@ -152,9 +152,8 @@ private: //////////////////////////////////////////////////////////////////////////////// // Helper functions -static const GrTexture::TextureKey gUNCACHED_KEY = ~0U; GrContext::TextureCacheEntry sk_gr_create_bitmap_texture(GrContext* ctx, - GrTexture::TextureKey key, + uint64_t key, const GrSamplerState* sampler, const SkBitmap& bitmap); |