| Index: src/gpu/effects/GrYUVtoRGBEffect.h
|
| diff --git a/src/gpu/effects/GrYUVtoRGBEffect.h b/src/gpu/effects/GrYUVtoRGBEffect.h
|
| index 2a2e74a26d123ddbe39c666554f7eb234512672f..03679788ddb0ff1a32d91a2fc5bf4b3a02ad4691 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,
|
| - SkISize sizes[3], SkYUVColorSpace colorSpace);
|
| + const SkISize sizes[3], SkYUVColorSpace colorSpace);
|
| };
|
|
|
| #endif
|
|
|