| Index: content/common/font_config_ipc_linux.h
|
| diff --git a/content/common/font_config_ipc_linux.h b/content/common/font_config_ipc_linux.h
|
| index be07519d497be9901cb42b25af33bbea513d58bd..258c200208324418fa14e29c1ef94377a246e731 100644
|
| --- a/content/common/font_config_ipc_linux.h
|
| +++ b/content/common/font_config_ipc_linux.h
|
| @@ -41,7 +41,7 @@ class FontConfigIPC : public SkFontConfigInterface {
|
|
|
| // Returns a new SkTypeface instance or a ref'ed one from the cache. The
|
| // caller should adopt the pointer.
|
| - SkTypeface* createTypeface(const FontIdentity& identity) override
|
| + sk_sp<SkTypeface> makeTypeface(const FontIdentity& identity) override
|
| WARN_UNUSED_RESULT;
|
|
|
| enum Method {
|
|
|