diff options
Diffstat (limited to 'src/core/SkImageCacherator.h')
-rw-r--r-- | src/core/SkImageCacherator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkImageCacherator.h b/src/core/SkImageCacherator.h index 0e8a953f37..3500206459 100644 --- a/src/core/SkImageCacherator.h +++ b/src/core/SkImageCacherator.h @@ -13,7 +13,7 @@ #include "SkTemplates.h" class GrContext; -class GrTextureParams; +class GrSamplerParams; class GrUniqueKey; class SkBitmap; class SkImage; @@ -50,7 +50,7 @@ public: * * The caller is responsible for calling texture->unref() when they are done. */ - GrTexture* lockAsTexture(GrContext*, const GrTextureParams&, + GrTexture* lockAsTexture(GrContext*, const GrSamplerParams&, SkDestinationSurfaceColorMode colorMode, const SkImage* client, SkImage::CachingHint = SkImage::kAllow_CachingHint); |