| 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 d2fa1dee86a928fd23d614c87c3e59d4d605ac99..2a99de2ba1a45240700172ced8417a021e609abe 100644
|
| --- a/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
|
| @@ -42,11 +42,11 @@ class TestFontSelector : public FontSelector {
|
| const String& text) override {}
|
| void WillUseRange(const FontDescription&,
|
| const AtomicString& family_name,
|
| - const FontDataForRangeSet&) override{};
|
| + const FontDataForRangeSet&) override {}
|
|
|
| unsigned Version() const override { return 0; }
|
| void FontCacheInvalidated() override {}
|
| - void ReportNotDefGlyph() const override{};
|
| + void ReportNotDefGlyph() const override {}
|
|
|
| private:
|
| TestFontSelector(PassRefPtr<FontCustomPlatformData> custom_platform_data)
|
|
|