| Index: src/gpu/effects/GrYUVEffect.h
|
| diff --git a/src/gpu/effects/GrYUVEffect.h b/src/gpu/effects/GrYUVEffect.h
|
| index 6d3b158ae9fd93508eb53302cf31eb10859cffa4..902a181fd4cabd4fdda5d079ae6aedc518e69b1d 100644
|
| --- a/src/gpu/effects/GrYUVEffect.h
|
| +++ b/src/gpu/effects/GrYUVEffect.h
|
| @@ -20,7 +20,7 @@ namespace GrYUVEffect {
|
| */
|
| sk_sp<GrFragmentProcessor> MakeYUVToRGB(GrTexture* yTexture, GrTexture* uTexture,
|
| GrTexture* vTexture, const SkISize sizes[3],
|
| - SkYUVColorSpace colorSpace);
|
| + SkYUVColorSpace colorSpace, bool nv12);
|
|
|
| /**
|
| * Creates a processor that performs color conversion from the passed in processor's RGB
|
|
|