| Index: third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| index 5d4d0d3c520cd59404062649c60b7a2c823da509..d2fa1dee86a928fd23d614c87c3e59d4d605ac99 100644
|
| --- a/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| @@ -46,6 +46,7 @@ class TestFontSelector : public FontSelector {
|
|
|
| unsigned Version() const override { return 0; }
|
| void FontCacheInvalidated() override {}
|
| + void ReportNotDefGlyph() const override{};
|
|
|
| private:
|
| TestFontSelector(PassRefPtr<FontCustomPlatformData> custom_platform_data)
|
|
|