Index: src/gpu/SkGr.cpp |
diff --git a/src/gpu/SkGr.cpp b/src/gpu/SkGr.cpp |
index 9ee415ea14ea7e311b8b5f476cc0c5e60cffcfc5..2d96ebcf23844e420fcd63d73c9ecf4dd339caa0 100644 |
--- a/src/gpu/SkGr.cpp |
+++ b/src/gpu/SkGr.cpp |
@@ -391,7 +391,7 @@ static GrTexture* load_yuv_texture(GrContext* ctx, const GrContentKey& optionalK |
SkAutoTUnref<GrFragmentProcessor> |
yuvToRgbProcessor(GrYUVtoRGBEffect::Create(yuvTextures[0], yuvTextures[1], yuvTextures[2], |
- yuvInfo.fColorSpace)); |
+ yuvInfo.fSize, yuvInfo.fColorSpace)); |
GrPaint paint; |
paint.addColorProcessor(yuvToRgbProcessor); |
SkRect r = SkRect::MakeWH(SkIntToScalar(yuvInfo.fSize[0].fWidth), |