commit | 8e17556349132a46c02fbabcaf74b63f521528e0 | [log] [tgz] |
---|---|---|
author | benjaminwagner <benjaminwagner@google.com> | Tue Feb 16 10:09:40 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Feb 16 10:09:40 2016 -0800 |
tree | bafcbb7188ab624191337a4f636eb55f1d80aa68 | |
parent | e71dc3fd0d7e8a9ff8ffbb56c5c2a9daeed9df49 [diff] |
Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed. All users were immediately converting to SkScalar or SkFixed3232. This method is not used in Chromium, Android, or Google3. BUG=skia:4632 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1692013002 Review URL: https://codereview.chromium.org/1692013002