From 514baff8be7f71111aa7bfb9b099a096b31e16ec Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Thu, 17 Nov 2016 15:17:07 -0500 Subject: Rename GrTextureParams to GrSamplerParams GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4965 Change-Id: I7d52e81c670e92ca96117284f44b274ce3cc3671 Reviewed-on: https://skia-review.googlesource.com/4965 Reviewed-by: Greg Daniel Commit-Queue: Brian Salomon --- gm/texturedomaineffect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gm/texturedomaineffect.cpp') diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp index b76c70ebc5..ad192d68eb 100644 --- a/gm/texturedomaineffect.cpp +++ b/gm/texturedomaineffect.cpp @@ -83,7 +83,7 @@ protected: } sk_sp texture( - GrRefCachedBitmapTexture(context, fBmp, GrTextureParams::ClampNoFilter(), + GrRefCachedBitmapTexture(context, fBmp, GrSamplerParams::ClampNoFilter(), SkDestinationSurfaceColorMode::kGammaAndColorSpaceAware)); if (!texture) { return; @@ -119,7 +119,7 @@ protected: GrTextureDomainEffect::Make(texture.get(), nullptr, textureMatrices[tm], GrTextureDomain::MakeTexelDomain(texture.get(), texelDomains[d]), - mode, GrTextureParams::kNone_FilterMode)); + mode, GrSamplerParams::kNone_FilterMode)); if (!fp) { continue; -- cgit v1.2.3