commit | 008d63e23dab8c07f9eeafe99358c912f6c659bf | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Tue Nov 10 08:55:26 2020 -0600 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Nov 10 16:07:11 2020 +0000 |
tree | 529bb9bf0b9d6887153675c9d08a8466f18f85e6 | |
parent | 4888cda29f38dffa7ec9db0b1e2e08dab6d6f834 [diff] |
replace std::aligned_union Since we're only describing the type size and alignment, we can just use ordinary unions here. This fixes the size and alignment of AllVertexData, I think. Bug: skia:10921 Change-Id: Ife5c1a1f52caf463d28a78b1f35d78e0bbeaeddc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/333478 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@google.com>