| Index: include/effects/SkLightingImageFilter.h
|
| diff --git a/include/effects/SkLightingImageFilter.h b/include/effects/SkLightingImageFilter.h
|
| index d06af93cf7524b4455b009ed10281ba57ee2609b..e0f78a8d38ee7b7ed6ac84d45b1d9d8c1758b2b0 100644
|
| --- a/include/effects/SkLightingImageFilter.h
|
| +++ b/include/effects/SkLightingImageFilter.h
|
| @@ -73,8 +73,7 @@ protected:
|
| SkLightingImageFilter(SkLight* light,
|
| SkScalar surfaceScale,
|
| SkImageFilter* input,
|
| - const CropRect* cropRect,
|
| - uint32_t uniqueID);
|
| + const CropRect* cropRect);
|
| void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| const SkLight* light() const { return fLight.get(); }
|
| SkScalar surfaceScale() const { return fSurfaceScale; }
|
|
|