commit | d239d425148e5c1445b6a99d9bc33348c41197bc | [log] [tgz] |
---|---|---|
author | danakj <danakj@chromium.org> | Mon Nov 03 12:43:30 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 03 12:43:30 2014 -0800 |
tree | 3b3a2e897126d2e71d9f6577ee91dbff7a506ecd | |
parent | 50408adfd23994cdbb5c531ff6366e4e9d29ee6d [diff] |
Add comments to SkRecordDraw to help people follow. The calls to visit() to execute the SkRecord::Draw::operator() code path is not clear to read, so adding some comments to help other new-comers follow this through to the SkCanvas calls. R=mtklein@chromium.org Review URL: https://codereview.chromium.org/695403003