commit | 0584631f5254add2f85d94f788d9d6115509211e | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed Sep 23 12:51:28 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 23 12:51:28 2015 -0700 |
tree | 48da651ab8ce8d62b0a9c6609705062933a7a1ae | |
parent | 04d7de42c175bf7a1e5586baee11148df501530d [diff] |
Avoid last param to CTFontCreateWithGraphicsFont. The last parameter of CTFontCreateWithGraphicsFont (CTFontDescriptorRef attributes) *must* be nullptr. If non-nullptr then with fonts with variation axes, the copy will fail in CGFontVariationFromDictCallback when it assumes kCGFontVariationAxisName is CFNumberRef which it quite obviously is not. TBR=reed@google.com Blocking dev builds, just removes code. BUG=chromium:535109 Review URL: https://codereview.chromium.org/1362053003