| Index: include/effects/SkLightingImageFilter.h
|
| diff --git a/include/effects/SkLightingImageFilter.h b/include/effects/SkLightingImageFilter.h
|
| index 3e055a80caa29f107b8a0cf19cffe1eb4982beb2..5fb0822666c19209ba230dcbf4582eefce8d5448 100644
|
| --- a/include/effects/SkLightingImageFilter.h
|
| +++ b/include/effects/SkLightingImageFilter.h
|
| @@ -73,7 +73,8 @@ protected:
|
| SkLightingImageFilter(SkLight* light,
|
| SkScalar surfaceScale,
|
| SkImageFilter* input,
|
| - const CropRect* cropRect);
|
| + const CropRect* cropRect,
|
| + uint32_t uniqueID);
|
| #ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING
|
| explicit SkLightingImageFilter(SkReadBuffer& buffer);
|
| #endif
|
|
|