commit | 2b1516fe35155e05331ca6d4f09be916dc1fd778 | [log] [tgz] |
---|---|---|
author | erikchen <erikchen@chromium.org> | Thu Dec 03 12:12:13 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 03 12:12:13 2015 -0800 |
tree | f9a37a1e3e4d8cea8c477b25b613dd4e90948c27 | |
parent | e2725f584095cd0a2cc5100fb6f1dc6a1740284e [diff] |
Update documentation for SkFontMgr methods. The appropriate way to get the default system font is to pass |nullptr| as the familyName. This was not clear from the interface, which may be why ui/gfx/ has the wrong behavior. BUG=chromium:564266 Review URL: https://codereview.chromium.org/1494253002