commit | 9ef1bb1375e66d9aac1124e005b500cb6d9caf01 | [log] [tgz] |
---|---|---|
author | egdaniel <egdaniel@google.com> | Mon Apr 20 12:28:57 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Apr 20 12:28:57 2015 -0700 |
tree | 0fb17ba5b8af345887ae2e4e023bf29600b02437 | |
parent | f61475e95d9bb38f741f9e51221c086250b9ad72 [diff] |
Return correctly mapped bounds from GrOvalRenderer. Before we were returning non transformed bounds for the ovals instead of device bounds from the various draw calls. This was causing us to do dst copies from the wrong portion of the screen when there was some transform on the matrix. This fixes the gpu issues from the new imagefilters-xfermodes gm as well an old bug from the srcmode GM. BUG=skia: Review URL: https://codereview.chromium.org/1090453003