commit | 3df05015efce95c306fb79c21efc77c79f1ac1ba | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Thu Jul 03 11:13:09 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 03 11:13:09 2014 -0700 |
tree | caa93d5d9af225c88b45e8f8af302dd80167028f | |
parent | 46e51e10ae9a061456a5135a9973755f0b64547c [diff] |
Fix SkColorFilterImageFilter matrix optimization. The order of matrices passed to multiplication was wrong (apparently, this optimization was only being tested with matrices which commute). See Chrome bug http://crbug.com/378362 R=sugoi@chromium.org Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/371523002