Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp ('k') | ui/base/ime/input_method_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698