| Index: tests/FontMgrTest.cpp
|
| diff --git a/tests/FontMgrTest.cpp b/tests/FontMgrTest.cpp
|
| index b663b45e1fbc54f06b26521eed06cd183d9b7c98..96af746ace7436d7f5f3425375a3ff38efc946ca 100644
|
| --- a/tests/FontMgrTest.cpp
|
| +++ b/tests/FontMgrTest.cpp
|
| @@ -125,7 +125,8 @@ static void test_matchStyleCSS3(skiatest::Reporter* reporter) {
|
| TestTypeface(const SkFontStyle& fontStyle, SkFontID id) : SkTypeface(fontStyle, id, false){}
|
| protected:
|
| SkStreamAsset* onOpenStream(int* ttcIndex) const override { return nullptr; }
|
| - SkScalerContext* onCreateScalerContext(const SkDescriptor*) const override {
|
| + SkScalerContext* onCreateScalerContext(const SkScalerContextEffects&,
|
| + const SkDescriptor*) const override {
|
| return nullptr;
|
| }
|
| void onFilterRec(SkScalerContextRec*) const override { }
|
|
|