| 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 91c0c84393c406ccd54bf73157b908c027ecd715..d6a5ae0a2c0a999e34fc34bc3d46f7c56119c235 100644
|
| --- a/content/child/font_warmup_win_unittest.cc
|
| +++ b/content/child/font_warmup_win_unittest.cc
|
| @@ -200,7 +200,7 @@ class TestSkFontMgr : public SkFontMgr {
|
| }
|
|
|
| SkTypeface* onLegacyCreateTypeface(const char familyName[],
|
| - unsigned styleBits) const override {
|
| + SkFontStyle style) const override {
|
| ADD_FAILURE();
|
| return nullptr;
|
| }
|
|
|