| 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 b7a3a28c94327588b7965c3b8c98ebb9c3ed882b..79886328597081e8db0cb3d9cc5fef837132ed22 100644
|
| --- a/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| @@ -44,7 +44,7 @@ public:
|
| void willUseFontData(const FontDescription&, const AtomicString& familyName,
|
| UChar32) override { }
|
| void willUseRange(const FontDescription&, const AtomicString& familyName,
|
| - const FontDataRange&) override { };
|
| + const FontDataForRangeSet&) override { };
|
|
|
| unsigned version() const override { return 0; }
|
| void fontCacheInvalidated() override { }
|
|
|