| 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 258c200208324418fa14e29c1ef94377a246e731..0fc85ec5ef4890f53e69117978bf765e60e3e4b8 100644
|
| --- a/content/common/font_config_ipc_linux.h
|
| +++ b/content/common/font_config_ipc_linux.h
|
| @@ -39,8 +39,6 @@ class FontConfigIPC : public SkFontConfigInterface {
|
| SkString* outFamilyName,
|
| SkFontStyle* outStyle) override;
|
|
|
| - // Returns a new SkTypeface instance or a ref'ed one from the cache. The
|
| - // caller should adopt the pointer.
|
| sk_sp<SkTypeface> makeTypeface(const FontIdentity& identity) override
|
| WARN_UNUSED_RESULT;
|
|
|
|
|