commit | 82a455f0e9a7a50a399a58be906b48c24aeec056 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Thu Apr 14 08:04:45 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 14 08:04:45 2016 -0700 |
tree | 03baf99e00b1c3f6131ba4e3e76c67afd1f75cea | |
parent | b2a4dc6a350abe3b18ecac719e499600f739a6e2 [diff] |
Remove requestedStyle from SkTypefaceCache. The typeface cache contains typefaces which can be compared against to determine if an already known typeface will work instead of creating a new typeface id. This is primarily for sharing scaler contexts. How that typeface was requested is not relevant to this comparison, so don't cache it. Request caching must be handled separately. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1879423002 Review URL: https://codereview.chromium.org/1879423002