| Index: src/gpu/effects/GrTextureDomain.cpp
 | 
| diff --git a/src/gpu/effects/GrTextureDomain.cpp b/src/gpu/effects/GrTextureDomain.cpp
 | 
| index cb2ad5f5da1f2eb1c1d1eefabe09e635f1fd915b..f12fec5a7bbd5dfdef1b6527bcf58a5ebdff7bb7 100644
 | 
| --- a/src/gpu/effects/GrTextureDomain.cpp
 | 
| +++ b/src/gpu/effects/GrTextureDomain.cpp
 | 
| @@ -196,7 +196,7 @@ GrGLEffect::EffectKey GrGLTextureDomainEffect::GenKey(const GrDrawEffect& drawEf
 | 
|  
 | 
|  ///////////////////////////////////////////////////////////////////////////////
 | 
|  
 | 
| -GrEffectRef* GrTextureDomainEffect::Create(GrTexture* texture,
 | 
| +GrEffect* GrTextureDomainEffect::Create(GrTexture* texture,
 | 
|                                             const SkMatrix& matrix,
 | 
|                                             const SkRect& domain,
 | 
|                                             GrTextureDomain::Mode mode,
 | 
| @@ -253,10 +253,10 @@ void GrTextureDomainEffect::getConstantColorComponents(GrColor* color, uint32_t*
 | 
|  
 | 
|  GR_DEFINE_EFFECT_TEST(GrTextureDomainEffect);
 | 
|  
 | 
| -GrEffectRef* GrTextureDomainEffect::TestCreate(SkRandom* random,
 | 
| -                                               GrContext*,
 | 
| -                                               const GrDrawTargetCaps&,
 | 
| -                                               GrTexture* textures[]) {
 | 
| +GrEffect* GrTextureDomainEffect::TestCreate(SkRandom* random,
 | 
| +                                            GrContext*,
 | 
| +                                            const GrDrawTargetCaps&,
 | 
| +                                            GrTexture* textures[]) {
 | 
|      int texIdx = random->nextBool() ? GrEffectUnitTest::kSkiaPMTextureIdx :
 | 
|                                        GrEffectUnitTest::kAlphaTextureIdx;
 | 
|      SkRect domain;
 | 
| 
 |