| Index: src/gpu/effects/GrYUVtoRGBEffect.cpp
 | 
| diff --git a/src/gpu/effects/GrYUVtoRGBEffect.cpp b/src/gpu/effects/GrYUVtoRGBEffect.cpp
 | 
| index 539b4ac186652111ff8de471b2638c34aef9b96f..01ff6d65831c54ff143bee28e71755614e8e3128 100644
 | 
| --- a/src/gpu/effects/GrYUVtoRGBEffect.cpp
 | 
| +++ b/src/gpu/effects/GrYUVtoRGBEffect.cpp
 | 
| @@ -100,8 +100,6 @@ private:
 | 
|  
 | 
|  //////////////////////////////////////////////////////////////////////////////
 | 
|  
 | 
| -GrEffectRef* GrYUVtoRGBEffect::Create(GrTexture* yTexture,
 | 
| -                                      GrTexture* uTexture,
 | 
| -                                      GrTexture* vTexture) {
 | 
| +GrEffect* GrYUVtoRGBEffect::Create(GrTexture* yTexture, GrTexture* uTexture, GrTexture* vTexture) {
 | 
|      return YUVtoRGBEffect::Create(yTexture, uTexture, vTexture);
 | 
|  }
 | 
| 
 |