SkFontConfigInterface createTypeface to makeTypeface.
The createTypeface method (which returned a bare pointer to a reference counted object) is being replaced with makeTypeface (which returns a smart pointer to a reference counted object). This removes some manual reference counting in Chromium and allows for removing the deprecated createTypeface method. Review-Url: https://codereview.chromium.org/2037133002 Cr-Commit-Position: refs/heads/master@{#397794}
Showing
Please register or sign in to comment