| Index: src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| diff --git a/src/gpu/effects/GrCustomCoordsTextureEffect.h b/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| index 5dc830aed18178cc6fdfbbac4e57c48b5c6483be..95e0fbba1478457d9ffe1da9d85a5f3e93f2ef4c 100644
|
| --- a/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| +++ b/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| @@ -20,7 +20,7 @@ class GrGLCustomCoordsTextureEffect;
|
| */
|
| class GrCustomCoordsTextureEffect : public GrVertexEffect {
|
| public:
|
| - static GrEffectRef* Create(GrTexture* tex, const GrTextureParams& p) {
|
| + static GrEffect* Create(GrTexture* tex, const GrTextureParams& p) {
|
| return SkNEW_ARGS(GrCustomCoordsTextureEffect, (tex, p));
|
| }
|
|
|
|
|