| 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;
|
|
|