未验证 提交 7171b7a5 编写于 作者: M Michael Reed 提交者: GitHub

Remove override; method no longer called (#25806)

* Remove override; method no longer called

* Remove override; method no longer called
Co-authored-by: NMike Reed <reed@google.com>
上级 352a3243
......@@ -70,12 +70,6 @@ SkTypeface* AssetFontManager::onMatchFamilyStyleCharacter(
return nullptr;
}
SkTypeface* AssetFontManager::onMatchFaceStyle(const SkTypeface*,
const SkFontStyle&) const {
FML_DCHECK(false);
return nullptr;
}
sk_sp<SkTypeface> AssetFontManager::onMakeFromData(sk_sp<SkData>,
int ttcIndex) const {
FML_DCHECK(false);
......
......@@ -60,10 +60,6 @@ class AssetFontManager : public SkFontMgr {
int bcp47Count,
SkUnichar character) const override;
// |SkFontMgr|
SkTypeface* onMatchFaceStyle(const SkTypeface*,
const SkFontStyle&) const override;
// |SkFontMgr|
sk_sp<SkTypeface> onMakeFromData(sk_sp<SkData>, int ttcIndex) const override;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册