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