| Index: include/effects/SkLightingImageFilter.h
|
| diff --git a/include/effects/SkLightingImageFilter.h b/include/effects/SkLightingImageFilter.h
|
| index c481050d49bd3611dee6a4d05a18ba280b07e5e8..e582a742ce3e7da53f001bac05ffc4ae90b2ff4f 100644
|
| --- a/include/effects/SkLightingImageFilter.h
|
| +++ b/include/effects/SkLightingImageFilter.h
|
| @@ -49,6 +49,7 @@ protected:
|
| 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;
|
|
|