commit | 7a9c45c01cadea5d8b3e9671a57311247a8c414d | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Tue May 26 12:32:23 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 26 12:32:23 2015 -0700 |
tree | e49449b3a3c58ea8be52101ecff2c175d626475a | |
parent | dc47ff7f1fe8fd56aed93a79cad679aa51914388 [diff] |
real fix for textblob use after gpu free This patch addresses two issues: 1) Textblobs with abandoned strikes were not properly regenerating. 2) Provided by ericrk - GrTextBlobCache removed blobs from |fCache| during freeAll, but left potentially released blobs in the |fBlobList|. We now remove these from |fBlobList| as well. BUG=skia: Review URL: https://codereview.chromium.org/1160633002