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

Unified Diff: Source/platform/fonts/SegmentedFontData.h

Issue 630853002: Replacing the OVERRIDE with override in third_party/WebKit/Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase build fix Created 6 years, 2 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
« no previous file with comments | « Source/platform/fonts/GlyphPageTreeNodeTest.cpp ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/SegmentedFontData.h
diff --git a/Source/platform/fonts/SegmentedFontData.h b/Source/platform/fonts/SegmentedFontData.h
index a48ec672b4ca7892184383c2d6f476a3969e5eea..2b77c9207f7a6ca68d56a9ca3ec99cf173f8d6b0 100644
--- a/Source/platform/fonts/SegmentedFontData.h
+++ b/Source/platform/fonts/SegmentedFontData.h
@@ -67,13 +67,13 @@ public:
private:
SegmentedFontData() { }
- virtual const SimpleFontData* fontDataForCharacter(UChar32) const OVERRIDE;
+ virtual const SimpleFontData* fontDataForCharacter(UChar32) const override;
- virtual bool isCustomFont() const OVERRIDE;
- virtual bool isLoading() const OVERRIDE;
- virtual bool isLoadingFallback() const OVERRIDE;
- virtual bool isSegmented() const OVERRIDE;
- virtual bool shouldSkipDrawing() const OVERRIDE;
+ virtual bool isCustomFont() const override;
+ virtual bool isLoading() const override;
+ virtual bool isLoadingFallback() const override;
+ virtual bool isSegmented() const override;
+ virtual bool shouldSkipDrawing() const override;
Vector<FontDataRange, 1> m_ranges;
};
« no previous file with comments | « Source/platform/fonts/GlyphPageTreeNodeTest.cpp ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698