| Index: gm/texturedomaineffect.cpp
|
| diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp
|
| index 5f319779e52a8fe075ec487d830a5079b90b1eb7..37d256d1b7af33b8787604220d7a2f84865a659e 100644
|
| --- a/gm/texturedomaineffect.cpp
|
| +++ b/gm/texturedomaineffect.cpp
|
| @@ -122,7 +122,7 @@ protected:
|
| SkScalar x = kDrawPad + kTestPad;
|
| for (int m = 0; m < GrTextureDomain::kModeCount; ++m) {
|
| GrTextureDomain::Mode mode = (GrTextureDomain::Mode) m;
|
| - SkAutoTUnref<GrEffectRef> effect(
|
| + SkAutoTUnref<GrEffect> effect(
|
| GrTextureDomainEffect::Create(texture, textureMatrices[tm],
|
| GrTextureDomain::MakeTexelDomain(texture,
|
| texelDomains[d]),
|
|
|