commit | e44b5084d86772727826e65b8e95e17dc53ee977 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu May 07 10:53:34 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 07 10:53:34 2015 -0700 |
tree | 1764e4c586903b03a5dbaae9a2f5335586dbc48c | |
parent | 4525f438a84147989de080e89cf1d97bc46eb546 [diff] |
DM: use SkFunction to make required argument type clearer. Previously it was hard to tell that DrawFn took an SkCanvas* and returned an Error. Now it's clear from the type. BUG=skia: Review URL: https://codereview.chromium.org/1125233002