Index: src/gpu/effects/GrYUVtoRGBEffect.h |
diff --git a/src/gpu/effects/GrYUVtoRGBEffect.h b/src/gpu/effects/GrYUVtoRGBEffect.h |
index 4c057bd0ac82c7c9df27c98da784e391ccb3de09..2a2e74a26d123ddbe39c666554f7eb234512672f 100644 |
--- a/src/gpu/effects/GrYUVtoRGBEffect.h |
+++ b/src/gpu/effects/GrYUVtoRGBEffect.h |
@@ -18,7 +18,7 @@ namespace GrYUVtoRGBEffect { |
* Creates an effect that performs color conversion from YUV to RGB |
*/ |
GrFragmentProcessor* Create(GrTexture* yTexture, GrTexture* uTexture, GrTexture* vTexture, |
- SkYUVColorSpace colorSpace); |
+ SkISize sizes[3], SkYUVColorSpace colorSpace); |
}; |
#endif |