Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: content/child/font_warmup_win_unittest.cc

Issue 2339353004: Remove SK_DECLARE_LEGACY_CREATE_FROM_FONTDATA. (Closed)
Patch Set: Properly remove the no longer existing virtuals. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/font_warmup_win_unittest.cc
diff --git a/content/child/font_warmup_win_unittest.cc b/content/child/font_warmup_win_unittest.cc
index d78748365f21f3810bcdef97802f30b8ba984d74..21ba20da10a1a662f26cadfcf406f458b800485b 100644
--- a/content/child/font_warmup_win_unittest.cc
+++ b/content/child/font_warmup_win_unittest.cc
@@ -56,11 +56,6 @@ class TestSkTypeface : public SkTypeface {
return nullptr;
}
- SkFontData* onCreateFontData() const override {
- ADD_FAILURE();
- return nullptr;
- }
-
void onGetFontDescriptor(SkFontDescriptor*, bool* isLocal) const override {
ADD_FAILURE();
}
@@ -190,11 +185,6 @@ class TestSkFontMgr : public SkFontMgr {
return nullptr;
}
- SkTypeface* onCreateFromFontData(SkFontData*) const override {
- ADD_FAILURE();
- return nullptr;
- }
-
SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override {
ADD_FAILURE();
return nullptr;
« no previous file with comments | « no previous file | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698