commit | 6a93fa1a4526ba14782f7f17a73479ca5a4a8e3a | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Tue Apr 05 04:43:45 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Apr 05 04:43:45 2016 -0700 |
tree | f5d771e8c0cae2aef3ff50e07fd5e69ad6351bd0 | |
parent | 3b37545bc594a96de45eba62dea0ce478750f2a9 [diff] |
Fix failed filter followed by an affects-transparent-black filter. When an upstream filter returns null, either through failure or clipping, a downstream affects-transparent-black filter should still produce non-transparent pixels. This patch fixes SkColorFilterImageFilter. Note: this will affect the results of the imagefilterscropexpand GM. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1844593002 Review URL: https://codereview.chromium.org/1844593002