diff options
author | hcm <hcm@google.com> | 2014-10-27 20:55:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-27 20:55:01 -0700 |
commit | d0f1969100a0c00f41166f2fe616de56d44f4a59 (patch) | |
tree | 6e84e12ef702ed1618473e8316a53f4b0feb6a6b /expectations | |
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
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/gm/ignored-tests.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index 11736f1536..2034808b6b 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -36,10 +36,6 @@ # robertphillips - skia:2995 blurrects -# senorblanco https://codereview.chromium.org/681643003/ -# minor pixel diffs from bounds change -testimagefilters - # sugoi https://codereview.chromium.org/646213004/ # New shadow only option in SkDropShadowImageFilter dropshadowimagefilter |