| commit | d4d83eb032845b7aefbeeb717bdb3faeba864aa9 | [log] [tgz] |
|---|---|---|
| author | senorblanco <senorblanco@chromium.org> | Thu May 14 09:08:14 2015 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Thu May 14 09:08:14 2015 -0700 |
| tree | ad9c6571af0dac224f8a0b9e4b8271e15e8e4231 | |
| parent | 7156b09c4bc25af772826d5ac592dcdacdf15317 [diff] |
Tesellating path renderer: typecast cleanup; logging build fix. Use SkPoint* for all vertex data. (It was void* to support two different vertex data formats, which we no longer need.) Assert that vertex stride == sizeof(SkPoint). Fix build when LOGGING_ENABLED=1. BUG=skia: Review URL: https://codereview.chromium.org/1128083004