| Index: include/effects/SkLightingImageFilter.h
|
| diff --git a/include/effects/SkLightingImageFilter.h b/include/effects/SkLightingImageFilter.h
|
| index 4a76a9cd7e8744ae4810c67dfb56136544720311..81e8f43f11e5360c6710e2c301d483ca2922d0f4 100644
|
| --- a/include/effects/SkLightingImageFilter.h
|
| +++ b/include/effects/SkLightingImageFilter.h
|
| @@ -73,7 +73,7 @@ protected:
|
| SkLightingImageFilter(SkLight* light,
|
| SkScalar surfaceScale,
|
| SkImageFilter* input,
|
| - const CropRect* cropRect = NULL);
|
| + const CropRect* cropRect);
|
| explicit SkLightingImageFilter(SkReadBuffer& buffer);
|
| virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| const SkLight* light() const { return fLight; }
|
|
|