commit | 96a6c4df417a2382dd183b0dbc1c614819795f2a | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Dec 03 11:08:47 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 03 11:08:47 2014 -0800 |
tree | 4419b5def582eaeb7923625708ab486b006c70e8 | |
parent | 85a5750ffa71bf595d5e70e14b233d708be24ee9 [diff] |
Copy src in SkDrawLooper::computeFastBounds(). We do alias src and dst when building the BBH. This meant we calculated the wrong bounds in LayoutTests/ietestcenter/css3/text/textshadow-010.htm. Not sure how best to test this inside Skia. It may become moot after I work through the API changes we were talking about today, but if not I'll make sure it's tested somehow before I'm done with SkDrawLoopers. BUG=skia:3186 Review URL: https://codereview.chromium.org/760023004