commit | d0f1969100a0c00f41166f2fe616de56d44f4a59 | [log] [tgz] |
---|---|---|
author | hcm <hcm@google.com> | Mon Oct 27 20:55:01 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 27 20:55:01 2014 -0700 |
tree | 6e84e12ef702ed1618473e8316a53f4b0feb6a6b | |
parent | 4984d473aba2c3ca2dc3ce834978718d4b9d56a8 [diff] |
Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) Reason for revert: try again Original issue's description: > Fix bounds computation of all 0-input filters. > > The SkRectShaderImageFilter had the same bug as previously fixed for > SkBitmapSource and SkPictureImageFilter. Rather than copy-and-paste > the implementation, this change makes all filters with 0 inputs return > their source bounds, instead of returning false. > > BUG=427251 > > Committed: https://skia.googlesource.com/skia/+/ba036cc82b5a543a13cafd11a19ba0e3087fca38 TBR=bsalomon@google.com,senorblanco@chromium.org NOTREECHECKS=true NOTRY=true BUG=427251 Review URL: https://codereview.chromium.org/678273002