commit | 93ce79dba4d99ee3b654f465a5cc5822221924ce | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Fri Aug 10 12:41:57 2018 +0000 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Aug 10 13:24:23 2018 +0000 |
tree | bca002b7ffa781e97db85942e6cf821ef85cd482 | |
parent | 5b5d84cc1f37de3b8e343c9c7f96ffa3cd95cca5 [diff] |
drop SkTextBlob alignas(void*), align in Builder manually GCC can't handle SK_API and alignas() next to each other, tested up through GCC 8.1. Instead, just align up the area we allocate for the SkTextBlob. Bug: skia:8239 Change-Id: Ibdccfc09649b79a6eaa50ffd731d4bab012d24df Reviewed-on: https://skia-review.googlesource.com/146703 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Klein <mtklein@google.com>