commit | 97cd070442aaf5511c638a4586e0a7a75297e468 | [log] [tgz] |
---|---|---|
author | tomhudson <tomhudson@google.com> | Wed Mar 11 12:21:08 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 11 12:21:08 2015 -0700 |
tree | 1574e54badf0a052d513584ebb13e2560cdf6e80 | |
parent | a0d7b7bf62f55cbead09ee5829ad0c5289d1014d [diff] |
Since SkDrawFilter has serious architectural issues and may be deprecated, use a proxy SkCanvas for the same end: in every draw call, inspect the paint, changing it to fit within the capabilities of the Android Java (HWUI) drawing API. Verified that this allows us to reenable all our ColorFilter tests. R=djsollen@google.com Review URL: https://codereview.chromium.org/997183003