commit | 8ff6f354a7d196ae34626e9aaed6eaaef64b303d | [log] [tgz] |
---|---|---|
author | Sean Gilhuly <sgilhuly@chromium.org> | Thu Feb 20 17:48:35 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Feb 21 20:11:32 2020 +0000 |
tree | 37a93dc746ff1f4c50f755bcd811d4bb20bff9f7 | |
parent | 29dc430f43e1b27a26d2413ca427109f616539db [diff] |
SkiaDawn: Add onBindPipeline() Fix a compilation error in SkiaDawn by adding an onBindPipeline() implementation and renaming onDraw() to onDrawMeshes(). onBindPipeline() does nothing because onDraw() previously did not use the drawBounds parameter. Change-Id: Icf3d49296359bfdee8936cc63d6b5d33b597fb4a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/272511 Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org>