| Index: gm/texturedomaineffect.cpp
|
| diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp
|
| index 77b51dab0d88826e485856abab9abf41c82013d6..9952690fed011275291faac90c41f24a815f8045 100644
|
| --- a/gm/texturedomaineffect.cpp
|
| +++ b/gm/texturedomaineffect.cpp
|
| @@ -116,7 +116,7 @@ protected:
|
| for (int m = 0; m < GrTextureDomain::kModeCount; ++m) {
|
| GrTextureDomain::Mode mode = (GrTextureDomain::Mode) m;
|
| GrPipelineBuilder pipelineBuilder;
|
| - SkAutoTUnref<GrFragmentProcessor> fp(
|
| + SkAutoTUnref<const GrFragmentProcessor> fp(
|
| GrTextureDomainEffect::Create(texture, textureMatrices[tm],
|
| GrTextureDomain::MakeTexelDomain(texture,
|
| texelDomains[d]),
|
|
|