commit | c64239a466b6e083ada93c2842d9e48bae606dfe | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed Apr 29 08:15:31 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 29 08:15:31 2015 -0700 |
tree | d08ca7697d0ac2a623f45d6b09efe6253246292e | |
parent | 9e43cabaa1ff26167e990f0bcb9a5c20d662d52c [diff] |
Remove system call in DW for default font. The last user of the GDI default font in DW is onMatchFamilyStyleCharacter and it doesn't appear to actually need to use it. This change removes a system call, making things a bit faster, as well as eliminating a call blocked in the sandbox. BUG=chromium:459056 Review URL: https://codereview.chromium.org/1107283003