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