commit | 9bf4e5bbf6ca96042c0e0f5dca9a52a943f25716 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Mon Feb 02 21:06:23 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Feb 02 21:06:23 2015 -0800 |
tree | 2e613651f001686475f9302690f39510fa10bdeb | |
parent | b9eb4ac0f1c29d6fe10ad7ff81ed8326ac1ea043 [diff] |
Revert of Make the glyph array entries inline. (patchset #10 id:170001 of https://codereview.chromium.org/885903002/) Reason for revert: I suspect this is causing the off-by-one character issues that show up in gold.skia.org as of now. All the errors I've seen are on a Win7 bot. Example: good: https://gold.skia.org/img/images/35396bb0d299b81c0031dc0632a019d4.png bad: https://gold.skia.org/img/images/484e511f9e696d95031cd25aeae59da0.png Original issue's description: > Make the glyph array entries inline. > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/4c08f16b252a55e438a61f26e5581394ed177da1 TBR=mtklein@google.com,reed@google.com,herb@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/897463004