commit | 6f90475632b0ff8e9e83916ee6373d3c26cc9284 | [log] [tgz] |
---|---|---|
author | ehsan.akhgari <ehsan.akhgari@gmail.com> | Mon Dec 15 12:08:47 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 15 12:08:47 2014 -0800 |
tree | 14bdd8ebb0291c6391626a52c397c279cf43e932 | |
parent | 3fcc125c776c837aa858598ce385f5c6f8f01795 [diff] |
Rewrite NaN checks in terms of SkScalarIsNaN() We are trying to replace Skia's NaN checker with our own in Mozilla, so it would be nice to have to patch a single place by making sure these NaN checks used SkScalarIsNaN(). BUG=skia: Review URL: https://codereview.chromium.org/809443002