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

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

Issue 131003004: Update platform classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/audio/EqualPowerPanner.h ('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 b57d27530702deaab760f3eae61d38b3353b42a5..31a2166132c723a3d63e5442317607b59f7ee476 100644
--- a/Source/platform/fonts/SegmentedFontData.h
+++ b/Source/platform/fonts/SegmentedFontData.h
@@ -64,7 +64,7 @@ public:
const FontDataRange& rangeAt(unsigned i) const { return m_ranges[i]; }
#ifndef NDEBUG
- virtual String description() const;
+ virtual String description() const OVERRIDE;
#endif
private:
« no previous file with comments | « Source/platform/audio/EqualPowerPanner.h ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698