commit | 1a5041e446bda33e7f5e18f0df8d0be77c0a2349 | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Wed Mar 18 15:14:05 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 18 15:14:05 2015 -0700 |
tree | 3e7f1d9118570e5d5b80632e7b121b59f3c5b2de | |
parent | 8dc58edd71c11f232860724dfa3b566895478034 [diff] |
Revert of Ensure that we use different glyph entries for regular and df text. (patchset #2 id:20001 of https://codereview.chromium.org/1020593003/) Reason for revert: Bad glyphs in dftext GM. Original issue's description: > Ensure that we use different glyph entries for regular and df text. > > Currently if we switch between regular text and df text while using > the same GrContext, they may use the same entry in the Ganesh font cache, > which is incorrect. This change ensures that they will have different entries. > > Committed: https://skia.googlesource.com/skia/+/8dc58edd71c11f232860724dfa3b566895478034 TBR=joshualitt@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1011403005