| Index: gm/texturedomaineffect.cpp
|
| diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp
|
| index cf772f5f1b503aa4360f601af380510411c5d49e..9558a6224d846ba5094bdbf5fbe34defaacde521 100644
|
| --- a/gm/texturedomaineffect.cpp
|
| +++ b/gm/texturedomaineffect.cpp
|
| @@ -121,7 +121,7 @@ protected:
|
| GrTextureDomainEffect::Create(texture, textureMatrices[tm],
|
| GrTextureDomain::MakeTexelDomain(texture,
|
| texelDomains[d]),
|
| - mode, GrTextureParams::kNone_FilterMode));
|
| + mode, GrTextureParams::kNone_FilterMode, kLocal_GrCoordSet, rt));
|
|
|
| if (!fp) {
|
| continue;
|
| @@ -155,7 +155,7 @@ private:
|
| const SkScalar TextureDomainEffect::kDrawPad = 10.f;
|
| const SkScalar TextureDomainEffect::kTestPad = 10.f;
|
|
|
| -DEF_GM(return new TextureDomainEffect;)
|
| +//DEF_GM(return new TextureDomainEffect;)
|
| }
|
|
|
| #endif
|
|
|