| Index: src/gpu/GrYUVProvider.cpp
 | 
| diff --git a/src/gpu/GrYUVProvider.cpp b/src/gpu/GrYUVProvider.cpp
 | 
| index 09949113d7406d4f8624ae27db2d4793217f8745..071cd4d46d405b75771061e7156e7a257ccc1004 100644
 | 
| --- a/src/gpu/GrYUVProvider.cpp
 | 
| +++ b/src/gpu/GrYUVProvider.cpp
 | 
| @@ -122,8 +122,7 @@ GrTexture* GrYUVProvider::refAsTexture(GrContext* ctx, const GrSurfaceDesc& desc
 | 
|  
 | 
|      GrPaint paint;
 | 
|      SkAutoTUnref<GrFragmentProcessor> yuvToRgbProcessor(
 | 
| -                                        GrYUVtoRGBEffect::Create(paint.getProcessorDataManager(),
 | 
| -                                                                 yuvTextures[0],
 | 
| +                                        GrYUVtoRGBEffect::Create(yuvTextures[0],
 | 
|                                                                   yuvTextures[1],
 | 
|                                                                   yuvTextures[2],
 | 
|                                                                   yuvInfo.fSize,
 | 
| 
 |