Index: src/gpu/GrTextureToYUVPlanes.cpp |
diff --git a/src/gpu/GrTextureToYUVPlanes.cpp b/src/gpu/GrTextureToYUVPlanes.cpp |
index 58c4b9ac5eb0cb0accee7ca16e580bdfc67cb645..da98547d9783cdb653d6099be5d7d3ae10147dbd 100644 |
--- a/src/gpu/GrTextureToYUVPlanes.cpp |
+++ b/src/gpu/GrTextureToYUVPlanes.cpp |
@@ -32,7 +32,7 @@ static bool convert_texture(GrTexture* src, GrDrawContext* dst, int dstW, int ds |
} |
sk_sp<GrFragmentProcessor> fp( |
- GrSimpleTextureEffect::Make(src, SkMatrix::MakeScale(xScale, yScale), filter)); |
+ GrSimpleTextureEffect::Make(src, nullptr, SkMatrix::MakeScale(xScale, yScale), filter)); |
if (!fp) { |
return false; |
} |