commit | 9bcd23b11842a9913bc717f9df815fec1073ab41 | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Fri Aug 01 14:05:19 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 01 14:05:19 2014 -0700 |
tree | 1974908c6e5deb4e3907b65d414d7d473e838027 | |
parent | c6f57840475cb17aa1cf2f50c181d3235b924056 [diff] [blame] |
Rollback text allocation changes. This also addresses an inadvertantly introduced distance field bug. BUG=399125 R=bsalomon@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/438683006
diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h index fa0a76b..75a13b3 100644 --- a/src/gpu/GrDistanceFieldTextContext.h +++ b/src/gpu/GrDistanceFieldTextContext.h
@@ -55,6 +55,8 @@ }; void* fVertices; + int32_t fMaxVertices; + GrTexture* fCurrTexture; int fCurrVertex; SkRect fVertexBounds; };