commit | c187a3c8849ba5e409f79ead21cd5bc82173d9f8 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue Dec 30 13:53:51 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 30 13:53:51 2014 -0800 |
tree | 4d44c7d9b76bf1303833cb90419665081be285e2 | |
parent | 7775c85611c734a2af709b3a9c127939a4296c48 [diff] |
Fix computation of bound in FillBounds::updateSaveBounds intersect doesn't change the bounds when the two bounds do not intersect. This is definitely not the intended behavior. With the SKPs captured on 12/23/14, Chrome began passing Skia drawPicture ops that did not intersect the current clip - which revealed this bug. Review URL: https://codereview.chromium.org/817483004