| Index: include/effects/SkLightingImageFilter.h
|
| diff --git a/include/effects/SkLightingImageFilter.h b/include/effects/SkLightingImageFilter.h
|
| index e582a742ce3e7da53f001bac05ffc4ae90b2ff4f..c481050d49bd3611dee6a4d05a18ba280b07e5e8 100644
|
| --- a/include/effects/SkLightingImageFilter.h
|
| +++ b/include/effects/SkLightingImageFilter.h
|
| @@ -49,7 +49,6 @@
|
| void flatten(SkWriteBuffer&) const override;
|
| const SkLight* light() const { return fLight.get(); }
|
| SkScalar surfaceScale() const { return fSurfaceScale; }
|
| - bool affectsTransparentBlack() const override { return true; }
|
|
|
| private:
|
| typedef SkImageFilter INHERITED;
|
|
|